Html Css Color HEX #C80A33 Cardinal

📋 copy color: '#C80A33'

red 200 ◦ green 10 ◦ blue 51

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

Shades of Cardinal #C80A33

Tints of Cardinal #C80A33

RGB

 RED value IS 200 (78.52% from 255) = 76.63%

 GREEN value IS 10 (4.3% from 255) = 3.83%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 76.63%
G = 3.83%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80A33 (or 0xC80A33) is known color: Cardinal. HEX triplet: C8, 0A and 33. RGB value is (200,10,51). Sum of RGB (Red+Green+Blue) = 200+10+51=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A33 is #37F5CC. Grayscale: #474747. Windows color (decimal): -3667405 or 3345096. OLE color: 3345096.

HSL color Cylindrical-coordinate representation of color #C80A33: hue angle of 347.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A33 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 51 -
CMYK 0 0.95 0.74 0.22
HSL 347.05º 0.9% 0.41% -
HSV(B) 347.05º 0.95% 0.78% -
XYZ 24.53 12.74 4.3 -
YUV 71.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 200 10 51 0 0.95 0.74 0.22 347.05 0.9 0.41
Hex C8 A 33 0 5F 4A 16 15B 5A 29
Octal 310 12 63 0 137 112 26 533 132 51
Binary 11001000 1010 110011 0 1011111 1001010 10110 101011011 1011010 101001

Color Harmonies of #C80A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A33

Black with #C80A33

Text Example


Text Example

White with #C80A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A33; }

 p { color: rgb(200,10,51); }

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

background-color css

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

 a { background-color: rgb(200,10,51); }

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

border-color css

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

 span { border-color: rgb(200,10,51); }

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