Html Css Color HEX #C80630 Cardinal

📋 copy color: '#C80630'

red 200 ◦ green 6 ◦ blue 48

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

Shades of Cardinal #C80630

Tints of Cardinal #C80630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 78.74%
G = 2.36%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80630 (or 0xC80630) is known color: Cardinal. HEX triplet: C8, 06 and 30. RGB value is (200,6,48). Sum of RGB (Red+Green+Blue) = 200+6+48=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80630 is #37F9CF. Grayscale: #444444. Windows color (decimal): -3668432 or 3147464. OLE color: 3147464.

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

Color convert

RGB 200 6 48 -
CMYK 0 0.97 0.76 0.22
HSL 347.01º 0.94% 0.4% -
HSV(B) 347.01º 0.97% 0.78% -
XYZ 24.42 12.62 3.95 -
YUV 68.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 200 6 48 0 0.97 0.76 0.22 347.01 0.94 0.4
Hex C8 6 30 0 61 4C 16 15B 5E 28
Octal 310 6 60 0 141 114 26 533 136 50
Binary 11001000 110 110000 0 1100001 1001100 10110 101011011 1011110 101000

Color Harmonies of #C80630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80630

Black with #C80630

Text Example


Text Example

White with #C80630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80630; }

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

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

background-color css

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

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

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

border-color css

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

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

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