Html Css Color HEX #CF2037 Cardinal

📋 copy color: '#CF2037'

red 207 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #CF2037

Tints of Cardinal #CF2037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 70.41%
G = 10.88%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2037 (or 0xCF2037) is known color: Cardinal. HEX triplet: CF, 20 and 37. RGB value is (207,32,55). Sum of RGB (Red+Green+Blue) = 207+32+55=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2037 is #30DFC8. Grayscale: #575757. Windows color (decimal): -3203017 or 3612879. OLE color: 3612879.

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

Color convert

RGB 207 32 55 -
CMYK 0 0.85 0.73 0.19
HSL 352.11º 0.73% 0.47% -
HSV(B) 352.11º 0.85% 0.81% -
XYZ 26.94 14.57 5.01 -
YUV 86.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 207 32 55 0 0.85 0.73 0.19 352.11 0.73 0.47
Hex CF 20 37 0 55 49 13 160 49 2F
Octal 317 40 67 0 125 111 23 540 111 57
Binary 11001111 100000 110111 0 1010101 1001001 10011 101100000 1001001 101111

Color Harmonies of #CF2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2037

Black with #CF2037

Text Example


Text Example

White with #CF2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2037; }

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

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

background-color css

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

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

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

border-color css

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

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

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