Html Css Color HEX #C80034 Crimson

📋 copy color: '#C80034'

red 200 ◦ green 0 ◦ blue 52

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

Shades of Crimson #C80034

Tints of Crimson #C80034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 79.37%
G = 0%
B = 20.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80034 (or 0xC80034) is known color: Crimson. HEX triplet: C8, 00 and 34. RGB value is (200,0,52). Sum of RGB (Red+Green+Blue) = 200+0+52=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C80034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80034 is #37FFCB. Grayscale: #414141. Windows color (decimal): -3669964 or 3408072. OLE color: 3408072.

HSL color Cylindrical-coordinate representation of color #C80034: hue angle of 344.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80034 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 52 -
CMYK 0 1 0.74 0.22
HSL 344.4º 1% 0.39% -
HSV(B) 344.4º 1% 0.78% -
XYZ 24.44 12.53 4.38 -
YUV 65.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 200 0 52 0 1 0.74 0.22 344.4 1 0.39
Hex C8 0 34 0 64 4A 16 158 64 27
Octal 310 0 64 0 144 112 26 530 144 47
Binary 11001000 0 110100 0 1100100 1001010 10110 101011000 1100100 100111

Color Harmonies of #C80034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80034

Black with #C80034

Text Example


Text Example

White with #C80034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80034; }

 p { color: rgb(200,0,52); }

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

background-color css

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

 a { background-color: rgb(200,0,52); }

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

border-color css

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

 span { border-color: rgb(200,0,52); }

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