Html Css Color HEX #CF2337 Cardinal

📋 copy color: '#CF2337'

red 207 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #CF2337

Tints of Cardinal #CF2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 69.7%
G = 11.78%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2337 (or 0xCF2337) is known color: Cardinal. HEX triplet: CF, 23 and 37. RGB value is (207,35,55). Sum of RGB (Red+Green+Blue) = 207+35+55=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2337 is #30DCC8. Grayscale: #585858. Windows color (decimal): -3202249 or 3613647. OLE color: 3613647.

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

Color convert

RGB 207 35 55 -
CMYK 0 0.83 0.73 0.19
HSL 353.02º 0.71% 0.47% -
HSV(B) 353.02º 0.83% 0.81% -
XYZ 27.02 14.74 5.04 -
YUV 88.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 207 35 55 0 0.83 0.73 0.19 353.02 0.71 0.47
Hex CF 23 37 0 53 49 13 161 47 2F
Octal 317 43 67 0 123 111 23 541 107 57
Binary 11001111 100011 110111 0 1010011 1001001 10011 101100001 1000111 101111

Color Harmonies of #CF2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2337

Black with #CF2337

Text Example


Text Example

White with #CF2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2337; }

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

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

background-color css

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

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

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

border-color css

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

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

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