Html Css Color HEX #C80830 Cardinal

📋 copy color: '#C80830'

red 200 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #C80830

Tints of Cardinal #C80830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 78.13%
G = 3.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80830 (or 0xC80830) is known color: Cardinal. HEX triplet: C8, 08 and 30. RGB value is (200,8,48). Sum of RGB (Red+Green+Blue) = 200+8+48=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80830 is #37F7CF. Grayscale: #464646. Windows color (decimal): -3667920 or 3147976. OLE color: 3147976.

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

Color convert

RGB 200 8 48 -
CMYK 0 0.96 0.76 0.22
HSL 347.5º 0.92% 0.41% -
HSV(B) 347.5º 0.96% 0.78% -
XYZ 24.44 12.67 3.95 -
YUV 69.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 200 8 48 0 0.96 0.76 0.22 347.5 0.92 0.41
Hex C8 8 30 0 60 4C 16 15C 5C 29
Octal 310 10 60 0 140 114 26 534 134 51
Binary 11001000 1000 110000 0 1100000 1001100 10110 101011100 1011100 101001

Color Harmonies of #C80830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80830

Black with #C80830

Text Example


Text Example

White with #C80830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80830; }

 p { color: rgb(200,8,48); }

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

background-color css

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

 a { background-color: rgb(200,8,48); }

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

border-color css

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

 span { border-color: rgb(200,8,48); }

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