Html Css Color HEX #CF3629 Persian Red

📋 copy color: '#CF3629'

red 207 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #CF3629

Tints of Persian Red #CF3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 68.54%
G = 17.88%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF3629 (or 0xCF3629) is known color: Persian Red. HEX triplet: CF, 36 and 29. RGB value is (207,54,41). Sum of RGB (Red+Green+Blue) = 207+54+41=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3629 is #30C9D6. Grayscale: #626262. Windows color (decimal): -3197399 or 2701007. OLE color: 2701007.

HSL color Cylindrical-coordinate representation of color #CF3629: hue angle of 4.7º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF3629 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 41 -
CMYK 0 0.74 0.80 0.19
HSL 4.7º 0.67% 0.49% -
HSV(B) 4.7º 0.8% 0.81% -
XYZ 27.45 16.06 3.75 -
YUV 98.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 207 54 41 0 0.74 0.80 0.19 4.7 0.67 0.49
Hex CF 36 29 0 4A 50 13 5 43 31
Octal 317 66 51 0 112 120 23 5 103 61
Binary 11001111 110110 101001 0 1001010 1010000 10011 101 1000011 110001

Color Harmonies of #CF3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3629

Black with #CF3629

Text Example


Text Example

White with #CF3629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3629; }

 p { color: rgb(207,54,41); }

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

background-color css

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

 a { background-color: rgb(207,54,41); }

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

border-color css

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

 span { border-color: rgb(207,54,41); }

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