Html Css Color HEX #C80334 Crimson

📋 copy color: '#C80334'

red 200 ◦ green 3 ◦ blue 52

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

Shades of Crimson #C80334

Tints of Crimson #C80334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 78.43%
G = 1.18%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80334 (or 0xC80334) is known color: Crimson. HEX triplet: C8, 03 and 34. RGB value is (200,3,52). Sum of RGB (Red+Green+Blue) = 200+3+52=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C80334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80334 is #37FCCB. Grayscale: #434343. Windows color (decimal): -3669196 or 3408840. OLE color: 3408840.

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

Color convert

RGB 200 3 52 -
CMYK 0 0.98 0.74 0.22
HSL 345.08º 0.97% 0.4% -
HSV(B) 345.08º 0.99% 0.78% -
XYZ 24.47 12.59 4.39 -
YUV 67.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 200 3 52 0 0.98 0.74 0.22 345.08 0.97 0.4
Hex C8 3 34 0 62 4A 16 159 61 28
Octal 310 3 64 0 142 112 26 531 141 50
Binary 11001000 11 110100 0 1100010 1001010 10110 101011001 1100001 101000

Color Harmonies of #C80334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80334

Black with #C80334

Text Example


Text Example

White with #C80334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80334; }

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

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

background-color css

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

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

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

border-color css

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

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

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