Html Css Color HEX #C80A4B Crimson

📋 copy color: '#C80A4B'

red 200 ◦ green 10 ◦ blue 75

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

Shades of Crimson #C80A4B

Tints of Crimson #C80A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

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

R = 70.18%
G = 3.51%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C80A4B (or 0xC80A4B) is known color: Crimson. HEX triplet: C8, 0A and 4B. RGB value is (200,10,75). Sum of RGB (Red+Green+Blue) = 200+10+75=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A4B is #37F5B4. Grayscale: #4A4A4A. Windows color (decimal): -3667381 or 4917960. OLE color: 4917960.

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

Color convert

RGB 200 10 75 -
CMYK 0 0.95 0.62 0.22
HSL 339.47º 0.9% 0.41% -
HSV(B) 339.47º 0.95% 0.78% -
XYZ 25.2 13 7.84 -
YUV 74.22 128.45 217.71 -
System Red Green Blue C M Y K H S L
Decimal 200 10 75 0 0.95 0.62 0.22 339.47 0.9 0.41
Hex C8 A 4B 0 5F 3E 16 153 5A 29
Octal 310 12 113 0 137 76 26 523 132 51
Binary 11001000 1010 1001011 0 1011111 111110 10110 101010011 1011010 101001

Color Harmonies of #C80A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A4B

Black with #C80A4B

Text Example


Text Example

White with #C80A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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