Html Css Color HEX #CF372F Persian Red

📋 copy color: '#CF372F'

red 207 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #CF372F

Tints of Persian Red #CF372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 66.99%
G = 17.8%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF372F (or 0xCF372F) is known color: Persian Red. HEX triplet: CF, 37 and 2F. RGB value is (207,55,47). Sum of RGB (Red+Green+Blue) = 207+55+47=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372F is #30C8D0. Grayscale: #636363. Windows color (decimal): -3197137 or 3094479. OLE color: 3094479.

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

Color convert

RGB 207 55 47 -
CMYK 0 0.73 0.77 0.19
HSL 0.63% 0.5% -
HSV(B) 0.77% 0.81% -
XYZ 27.61 16.2 4.36 -
YUV 99.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 207 55 47 0 0.73 0.77 0.19 3 0.63 0.5
Hex CF 37 2F 0 49 4D 13 3 3F 32
Octal 317 67 57 0 111 115 23 3 77 62
Binary 11001111 110111 101111 0 1001001 1001101 10011 11 111111 110010

Color Harmonies of #CF372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF372F

Black with #CF372F

Text Example


Text Example

White with #CF372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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