Html Css Color HEX #CF3737 Persian Red

📋 copy color: '#CF3737'

red 207 ◦ green 55 ◦ blue 55

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

Shades of Persian Red #CF3737

Tints of Persian Red #CF3737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 65.3%
G = 17.35%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3737 (or 0xCF3737) is known color: Persian Red. HEX triplet: CF, 37 and 37. RGB value is (207,55,55). Sum of RGB (Red+Green+Blue) = 207+55+55=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3737 is #30C8C8. Grayscale: #646464. Windows color (decimal): -3197129 or 3618767. OLE color: 3618767.

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

Color convert

RGB 207 55 55 -
CMYK 0 0.73 0.73 0.19
HSL 0.61% 0.51% -
HSV(B) 0.73% 0.81% -
XYZ 27.79 16.27 5.29 -
YUV 100.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 207 55 55 0 0.73 0.73 0.19 0 0.61 0.51
Hex CF 37 37 0 49 49 13 0 3D 33
Octal 317 67 67 0 111 111 23 0 75 63
Binary 11001111 110111 110111 0 1001001 1001001 10011 0 111101 110011

Color Harmonies of #CF3737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3737

Black with #CF3737

Text Example


Text Example

White with #CF3737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3737; }

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

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

background-color css

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

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

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

border-color css

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

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

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