Html Css Color HEX #C80033 Crimson

📋 copy color: '#C80033'

red 200 ◦ green 0 ◦ blue 51

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

Shades of Crimson #C80033

Tints of Crimson #C80033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 79.68%
G = 0%
B = 20.32%

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

#C80033 (or 0xC80033) is known color: Crimson. HEX triplet: C8, 00 and 33. RGB value is (200,0,51). Sum of RGB (Red+Green+Blue) = 200+0+51=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C80033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80033 is #37FFCC. Grayscale: #414141. Windows color (decimal): -3669965 or 3342536. OLE color: 3342536.

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

Color convert

RGB 200 0 51 -
CMYK 0 1 0.74 0.22
HSL 344.7º 1% 0.39% -
HSV(B) 344.7º 1% 0.78% -
XYZ 24.42 12.52 4.26 -
YUV 65.61 119.76 223.85 -
System Red Green Blue C M Y K H S L
Decimal 200 0 51 0 1 0.74 0.22 344.7 1 0.39
Hex C8 0 33 0 64 4A 16 159 64 27
Octal 310 0 63 0 144 112 26 531 144 47
Binary 11001000 0 110011 0 1100100 1001010 10110 101011001 1100100 100111

Color Harmonies of #C80033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80033

Black with #C80033

Text Example


Text Example

White with #C80033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80033; }

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

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

background-color css

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

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

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

border-color css

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

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

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