Html Css Color HEX #CF3732 Persian Red

📋 copy color: '#CF3732'

red 207 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #CF3732

Tints of Persian Red #CF3732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 66.35%
G = 17.63%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF3732 (or 0xCF3732) is known color: Persian Red. HEX triplet: CF, 37 and 32. RGB value is (207,55,50). Sum of RGB (Red+Green+Blue) = 207+55+50=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3732 is #30C8CD. Grayscale: #646464. Windows color (decimal): -3197134 or 3291087. OLE color: 3291087.

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

Color convert

RGB 207 55 50 -
CMYK 0 0.73 0.76 0.19
HSL 1.91º 0.62% 0.5% -
HSV(B) 1.91º 0.76% 0.81% -
XYZ 27.67 16.23 4.69 -
YUV 99.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 207 55 50 0 0.73 0.76 0.19 1.91 0.62 0.5
Hex CF 37 32 0 49 4C 13 2 3E 32
Octal 317 67 62 0 111 114 23 2 76 62
Binary 11001111 110111 110010 0 1001001 1001100 10011 10 111110 110010

Color Harmonies of #CF3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3732

Black with #CF3732

Text Example


Text Example

White with #CF3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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