Html Css Color HEX #CF372C Persian Red

📋 copy color: '#CF372C'

red 207 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #CF372C

Tints of Persian Red #CF372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 67.65%
G = 17.97%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF372C (or 0xCF372C) is known color: Persian Red. HEX triplet: CF, 37 and 2C. RGB value is (207,55,44). Sum of RGB (Red+Green+Blue) = 207+55+44=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372C is #30C8D3. Grayscale: #636363. Windows color (decimal): -3197140 or 2897871. OLE color: 2897871.

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

Color convert

RGB 207 55 44 -
CMYK 0 0.73 0.79 0.19
HSL 4.05º 0.65% 0.49% -
HSV(B) 4.05º 0.79% 0.81% -
XYZ 27.55 16.18 4.05 -
YUV 99.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 207 55 44 0 0.73 0.79 0.19 4.05 0.65 0.49
Hex CF 37 2C 0 49 4F 13 4 41 31
Octal 317 67 54 0 111 117 23 4 101 61
Binary 11001111 110111 101100 0 1001001 1001111 10011 100 1000001 110001

Color Harmonies of #CF372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF372C

Black with #CF372C

Text Example


Text Example

White with #CF372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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