Html Css Color HEX #C80531 Cardinal

📋 copy color: '#C80531'

red 200 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #C80531

Tints of Cardinal #C80531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 78.74%
G = 1.97%
B = 19.29%

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

#C80531 (or 0xC80531) is known color: Cardinal. HEX triplet: C8, 05 and 31. RGB value is (200,5,49). Sum of RGB (Red+Green+Blue) = 200+5+49=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80531 is #37FACE. Grayscale: #444444. Windows color (decimal): -3668687 or 3212744. OLE color: 3212744.

HSL color Cylindrical-coordinate representation of color #C80531: hue angle of 346.46º 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 #C80531 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 49 -
CMYK 0 0.98 0.76 0.22
HSL 346.46º 0.95% 0.4% -
HSV(B) 346.46º 0.98% 0.78% -
XYZ 24.43 12.61 4.05 -
YUV 68.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 200 5 49 0 0.98 0.76 0.22 346.46 0.95 0.4
Hex C8 5 31 0 62 4C 16 15A 5F 28
Octal 310 5 61 0 142 114 26 532 137 50
Binary 11001000 101 110001 0 1100010 1001100 10110 101011010 1011111 101000

Color Harmonies of #C80531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80531

Black with #C80531

Text Example


Text Example

White with #C80531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80531; }

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

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

background-color css

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

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

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

border-color css

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

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

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