Html Css Color HEX #C60232 Cardinal

📋 copy color: '#C60232'

red 198 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #C60232

Tints of Cardinal #C60232

RGB

 RED value IS 198 (77.73% from 255) = 79.2%

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 79.2%
G = 0.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C60232 (or 0xC60232) is known color: Cardinal. HEX triplet: C6, 02 and 32. RGB value is (198,2,50). Sum of RGB (Red+Green+Blue) = 198+2+50=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C60232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60232 is #39FDCD. Grayscale: #424242. Windows color (decimal): -3800526 or 3277510. OLE color: 3277510.

HSL color Cylindrical-coordinate representation of color #C60232: hue angle of 345.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60232 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 50 -
CMYK 0 0.99 0.75 0.22
HSL 345.31º 0.98% 0.39% -
HSV(B) 345.31º 0.99% 0.78% -
XYZ 23.89 12.28 4.13 -
YUV 66.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 198 2 50 0 0.99 0.75 0.22 345.31 0.98 0.39
Hex C6 2 32 0 63 4B 16 159 62 27
Octal 306 2 62 0 143 113 26 531 142 47
Binary 11000110 10 110010 0 1100011 1001011 10110 101011001 1100010 100111

Color Harmonies of #C60232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60232

Black with #C60232

Text Example


Text Example

White with #C60232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60232; }

 p { color: rgb(198,2,50); }

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

background-color css

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

 a { background-color: rgb(198,2,50); }

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

border-color css

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

 span { border-color: rgb(198,2,50); }

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