Html Css Color HEX #CF372B Persian Red

📋 copy color: '#CF372B'

red 207 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #CF372B

Tints of Persian Red #CF372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 67.87%
G = 18.03%
B = 14.1%

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

#CF372B (or 0xCF372B) is known color: Persian Red. HEX triplet: CF, 37 and 2B. RGB value is (207,55,43). Sum of RGB (Red+Green+Blue) = 207+55+43=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372B is #30C8D4. Grayscale: #636363. Windows color (decimal): -3197141 or 2832335. OLE color: 2832335.

HSL color Cylindrical-coordinate representation of color #CF372B: hue angle of 4.39º degrees, saturation: 0.66, 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 #CF372B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 43 -
CMYK 0 0.73 0.79 0.19
HSL 4.39º 0.66% 0.49% -
HSV(B) 4.39º 0.79% 0.81% -
XYZ 27.53 16.17 3.96 -
YUV 99.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 207 55 43 0 0.73 0.79 0.19 4.39 0.66 0.49
Hex CF 37 2B 0 49 4F 13 4 42 31
Octal 317 67 53 0 111 117 23 4 102 61
Binary 11001111 110111 101011 0 1001001 1001111 10011 100 1000010 110001

Color Harmonies of #CF372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF372B

Black with #CF372B

Text Example


Text Example

White with #CF372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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