Html Css Color HEX #C80530 Cardinal

📋 copy color: '#C80530'

red 200 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #C80530

Tints of Cardinal #C80530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 79.05%
G = 1.98%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80530 (or 0xC80530) is known color: Cardinal. HEX triplet: C8, 05 and 30. RGB value is (200,5,48). Sum of RGB (Red+Green+Blue) = 200+5+48=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80530 is #37FACF. Grayscale: #444444. Windows color (decimal): -3668688 or 3147208. OLE color: 3147208.

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

Color convert

RGB 200 5 48 -
CMYK 0 0.98 0.76 0.22
HSL 346.77º 0.95% 0.4% -
HSV(B) 346.77º 0.98% 0.78% -
XYZ 24.41 12.6 3.94 -
YUV 68.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 200 5 48 0 0.98 0.76 0.22 346.77 0.95 0.4
Hex C8 5 30 0 62 4C 16 15B 5F 28
Octal 310 5 60 0 142 114 26 533 137 50
Binary 11001000 101 110000 0 1100010 1001100 10110 101011011 1011111 101000

Color Harmonies of #C80530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80530

Black with #C80530

Text Example


Text Example

White with #C80530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80530; }

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

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

background-color css

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

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

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

border-color css

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

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

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