Html Css Color HEX #CF2432 Cardinal

📋 copy color: '#CF2432'

red 207 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #CF2432

Tints of Cardinal #CF2432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.29%

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

R = 70.65%
G = 12.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2432 (or 0xCF2432) is known color: Cardinal. HEX triplet: CF, 24 and 32. RGB value is (207,36,50). Sum of RGB (Red+Green+Blue) = 207+36+50=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2432 is #30DBCD. Grayscale: #585858. Windows color (decimal): -3201998 or 3286223. OLE color: 3286223.

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

Color convert

RGB 207 36 50 -
CMYK 0 0.83 0.76 0.19
HSL 355.09º 0.7% 0.48% -
HSV(B) 355.09º 0.83% 0.81% -
XYZ 26.94 14.76 4.45 -
YUV 88.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 207 36 50 0 0.83 0.76 0.19 355.09 0.7 0.48
Hex CF 24 32 0 53 4C 13 163 46 30
Octal 317 44 62 0 123 114 23 543 106 60
Binary 11001111 100100 110010 0 1010011 1001100 10011 101100011 1000110 110000

Color Harmonies of #CF2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2432

Black with #CF2432

Text Example


Text Example

White with #CF2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2432; }

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

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

background-color css

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

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

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

border-color css

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

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

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