Html Css Color HEX #C80332 Crimson

📋 copy color: '#C80332'

red 200 ◦ green 3 ◦ blue 50

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

Shades of Crimson #C80332

Tints of Crimson #C80332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 79.05%
G = 1.19%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C80332 (or 0xC80332) is known color: Crimson. HEX triplet: C8, 03 and 32. RGB value is (200,3,50). Sum of RGB (Red+Green+Blue) = 200+3+50=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80332 is #37FCCD. Grayscale: #434343. Windows color (decimal): -3669198 or 3277768. OLE color: 3277768.

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

Color convert

RGB 200 3 50 -
CMYK 0 0.98 0.75 0.22
HSL 345.69º 0.97% 0.4% -
HSV(B) 345.69º 0.99% 0.78% -
XYZ 24.43 12.57 4.16 -
YUV 67.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 200 3 50 0 0.98 0.75 0.22 345.69 0.97 0.4
Hex C8 3 32 0 62 4B 16 15A 61 28
Octal 310 3 62 0 142 113 26 532 141 50
Binary 11001000 11 110010 0 1100010 1001011 10110 101011010 1100001 101000

Color Harmonies of #C80332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80332

Black with #C80332

Text Example


Text Example

White with #C80332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80332; }

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

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

background-color css

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

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

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

border-color css

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

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

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