Html Css Color HEX #C80B38 Cardinal

📋 copy color: '#C80B38'

red 200 ◦ green 11 ◦ blue 56

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

Shades of Cardinal #C80B38

Tints of Cardinal #C80B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 74.91%
G = 4.12%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80B38 (or 0xC80B38) is known color: Cardinal. HEX triplet: C8, 0B and 38. RGB value is (200,11,56). Sum of RGB (Red+Green+Blue) = 200+11+56=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B38 is #37F4C7. Grayscale: #484848. Windows color (decimal): -3667144 or 3673032. OLE color: 3673032.

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

Color convert

RGB 200 11 56 -
CMYK 0 0.94 0.72 0.22
HSL 345.71º 0.9% 0.41% -
HSV(B) 345.71º 0.95% 0.78% -
XYZ 24.65 12.8 4.91 -
YUV 72.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 200 11 56 0 0.94 0.72 0.22 345.71 0.9 0.41
Hex C8 B 38 0 5E 48 16 15A 5A 29
Octal 310 13 70 0 136 110 26 532 132 51
Binary 11001000 1011 111000 0 1011110 1001000 10110 101011010 1011010 101001

Color Harmonies of #C80B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B38

Black with #C80B38

Text Example


Text Example

White with #C80B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B38; }

 p { color: rgb(200,11,56); }

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

background-color css

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

 a { background-color: rgb(200,11,56); }

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

border-color css

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

 span { border-color: rgb(200,11,56); }

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