Html Css Color HEX #C80B4A Crimson

📋 copy color: '#C80B4A'

red 200 ◦ green 11 ◦ blue 74

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

Shades of Crimson #C80B4A

Tints of Crimson #C80B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 70.18%
G = 3.86%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C80B4A (or 0xC80B4A) is known color: Crimson. HEX triplet: C8, 0B and 4A. RGB value is (200,11,74). Sum of RGB (Red+Green+Blue) = 200+11+74=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B4A is #37F4B5. Grayscale: #4A4A4A. Windows color (decimal): -3667126 or 4852680. OLE color: 4852680.

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

Color convert

RGB 200 11 74 -
CMYK 0 0.94 0.63 0.22
HSL 340º 0.9% 0.41% -
HSV(B) 340º 0.95% 0.78% -
XYZ 25.18 13.01 7.66 -
YUV 74.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 200 11 74 0 0.94 0.63 0.22 340 0.9 0.41
Hex C8 B 4A 0 5E 3F 16 154 5A 29
Octal 310 13 112 0 136 77 26 524 132 51
Binary 11001000 1011 1001010 0 1011110 111111 10110 101010100 1011010 101001

Color Harmonies of #C80B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B4A

Black with #C80B4A

Text Example


Text Example

White with #C80B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B4A; }

 p { color: rgb(200,11,74); }

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

background-color css

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

 a { background-color: rgb(200,11,74); }

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

border-color css

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

 span { border-color: rgb(200,11,74); }

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