Html Css Color HEX #CF2232 Cardinal

📋 copy color: '#CF2232'

red 207 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #CF2232

Tints of Cardinal #CF2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 71.13%
G = 11.68%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2232 (or 0xCF2232) is known color: Cardinal. HEX triplet: CF, 22 and 32. RGB value is (207,34,50). Sum of RGB (Red+Green+Blue) = 207+34+50=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2232 is #30DDCD. Grayscale: #575757. Windows color (decimal): -3202510 or 3285711. OLE color: 3285711.

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

Color convert

RGB 207 34 50 -
CMYK 0 0.84 0.76 0.19
HSL 354.45º 0.72% 0.47% -
HSV(B) 354.45º 0.84% 0.81% -
XYZ 26.88 14.64 4.43 -
YUV 87.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 207 34 50 0 0.84 0.76 0.19 354.45 0.72 0.47
Hex CF 22 32 0 54 4C 13 162 48 2F
Octal 317 42 62 0 124 114 23 542 110 57
Binary 11001111 100010 110010 0 1010100 1001100 10011 101100010 1001000 101111

Color Harmonies of #CF2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2232

Black with #CF2232

Text Example


Text Example

White with #CF2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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