Html Css Color HEX #CF3F29 Persian Red

📋 copy color: '#CF3F29'

red 207 ◦ green 63 ◦ blue 41

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

Shades of Persian Red #CF3F29

Tints of Persian Red #CF3F29

RGB

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

 GREEN value IS 63 (25% from 255) = 20.26%

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

R = 66.56%
G = 20.26%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF3F29 (or 0xCF3F29) is known color: Persian Red. HEX triplet: CF, 3F and 29. RGB value is (207,63,41). Sum of RGB (Red+Green+Blue) = 207+63+41=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F29 is #30C0D6. Grayscale: #676767. Windows color (decimal): -3195095 or 2703311. OLE color: 2703311.

HSL color Cylindrical-coordinate representation of color #CF3F29: hue angle of 7.95º 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 #CF3F29 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 41 -
CMYK 0 0.70 0.80 0.19
HSL 7.95º 0.67% 0.49% -
HSV(B) 7.95º 0.8% 0.81% -
XYZ 27.91 16.98 3.9 -
YUV 103.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 207 63 41 0 0.70 0.80 0.19 7.95 0.67 0.49
Hex CF 3F 29 0 46 50 13 8 43 31
Octal 317 77 51 0 106 120 23 10 103 61
Binary 11001111 111111 101001 0 1000110 1010000 10011 1000 1000011 110001

Color Harmonies of #CF3F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F29

Black with #CF3F29

Text Example


Text Example

White with #CF3F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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