Html Css Color HEX #CF2F23 Persian Red

📋 copy color: '#CF2F23'

red 207 ◦ green 47 ◦ blue 35

#CF2F23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF2F23

Tints of Persian Red #CF2F23

RGB

 RED value IS 207 (81.25% from 255) = 71.63%

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 71.63%
G = 16.26%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF2F23 (or 0xCF2F23) is known color: Persian Red. HEX triplet: CF, 2F and 23. RGB value is (207,47,35). Sum of RGB (Red+Green+Blue) = 207+47+35=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F23 is #30D0DC. Grayscale: #5D5D5D. Windows color (decimal): -3199197 or 2305999. OLE color: 2305999.

HSL color Cylindrical-coordinate representation of color #CF2F23: hue angle of 4.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2F23 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 35 -
CMYK 0 0.77 0.83 0.19
HSL 4.19º 0.71% 0.47% -
HSV(B) 4.19º 0.83% 0.81% -
XYZ 27.05 15.42 3.14 -
YUV 93.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 207 47 35 0 0.77 0.83 0.19 4.19 0.71 0.47
Hex CF 2F 23 0 4D 53 13 4 47 2F
Octal 317 57 43 0 115 123 23 4 107 57
Binary 11001111 101111 100011 0 1001101 1010011 10011 100 1000111 101111

Color Harmonies of #CF2F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F23

Black with #CF2F23

Text Example


Text Example

White with #CF2F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F23; }

 p { color: rgb(207,47,35); }

 H1.HeaderClassName
 {
   color: #CF2F23;
 }
 .AnyTagClassName
 {
   color: #CF2F23;
 }
</style>

background-color css

<style>
 a { background-color: #CF2F23; }

 a { background-color: rgb(207,47,35); }

 div.DivClassName
 {
   background-color: #CF2F23;
 }
 .BgClassName
 {
   background-color: #CF2F23;
 }
</style>

border-color css

<style>
 span { border-color: #CF2F23; }

 span { border-color: rgb(207,47,35); }

 td.TdClassName
 {
   border-color: #CF2F23;
 }
 .TagClassName
 {
   border-color: #CF2F23;
 }
</style>