Html Css Color HEX #CF3329 Persian Red

📋 copy color: '#CF3329'

red 207 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #CF3329

Tints of Persian Red #CF3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 69.23%
G = 17.06%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF3329 (or 0xCF3329) is known color: Persian Red. HEX triplet: CF, 33 and 29. RGB value is (207,51,41). Sum of RGB (Red+Green+Blue) = 207+51+41=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3329 is #30CCD6. Grayscale: #606060. Windows color (decimal): -3198167 or 2700239. OLE color: 2700239.

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

Color convert

RGB 207 51 41 -
CMYK 0 0.75 0.80 0.19
HSL 3.61º 0.67% 0.49% -
HSV(B) 3.61º 0.8% 0.81% -
XYZ 27.32 15.79 3.71 -
YUV 96.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 207 51 41 0 0.75 0.80 0.19 3.61 0.67 0.49
Hex CF 33 29 0 4B 50 13 4 43 31
Octal 317 63 51 0 113 120 23 4 103 61
Binary 11001111 110011 101001 0 1001011 1010000 10011 100 1000011 110001

Color Harmonies of #CF3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3329

Black with #CF3329

Text Example


Text Example

White with #CF3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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