Html Css Color HEX #C80D4B Cardinal

📋 copy color: '#C80D4B'

red 200 ◦ green 13 ◦ blue 75

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

Shades of Cardinal #C80D4B

Tints of Cardinal #C80D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.51%

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 69.44%
G = 4.51%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C80D4B (or 0xC80D4B) is known color: Cardinal. HEX triplet: C8, 0D and 4B. RGB value is (200,13,75). Sum of RGB (Red+Green+Blue) = 200+13+75=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D4B is #37F2B4. Grayscale: #4B4B4B. Windows color (decimal): -3666613 or 4918728. OLE color: 4918728.

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

Color convert

RGB 200 13 75 -
CMYK 0 0.94 0.62 0.22
HSL 340.11º 0.88% 0.42% -
HSV(B) 340.11º 0.94% 0.78% -
XYZ 25.23 13.08 7.85 -
YUV 75.98 127.45 216.46 -
System Red Green Blue C M Y K H S L
Decimal 200 13 75 0 0.94 0.62 0.22 340.11 0.88 0.42
Hex C8 D 4B 0 5E 3E 16 154 58 2A
Octal 310 15 113 0 136 76 26 524 130 52
Binary 11001000 1101 1001011 0 1011110 111110 10110 101010100 1011000 101010

Color Harmonies of #C80D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D4B

Black with #C80D4B

Text Example


Text Example

White with #C80D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D4B; }

 p { color: rgb(200,13,75); }

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

background-color css

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

 a { background-color: rgb(200,13,75); }

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

border-color css

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

 span { border-color: rgb(200,13,75); }

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