Html Css Color HEX #C80243 Crimson

📋 copy color: '#C80243'

red 200 ◦ green 2 ◦ blue 67

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

Shades of Crimson #C80243

Tints of Crimson #C80243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 74.35%
G = 0.74%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80243 (or 0xC80243) is known color: Crimson. HEX triplet: C8, 02 and 43. RGB value is (200,2,67). Sum of RGB (Red+Green+Blue) = 200+2+67=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C80243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80243 is #37FDBC. Grayscale: #444444. Windows color (decimal): -3669437 or 4391624. OLE color: 4391624.

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

Color convert

RGB 200 2 67 -
CMYK 0 0.99 0.66 0.22
HSL 340.3º 0.98% 0.4% -
HSV(B) 340.3º 0.99% 0.78% -
XYZ 24.85 12.73 6.46 -
YUV 68.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 200 2 67 0 0.99 0.66 0.22 340.3 0.98 0.4
Hex C8 2 43 0 63 42 16 154 62 28
Octal 310 2 103 0 143 102 26 524 142 50
Binary 11001000 10 1000011 0 1100011 1000010 10110 101010100 1100010 101000

Color Harmonies of #C80243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80243

Black with #C80243

Text Example


Text Example

White with #C80243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80243; }

 p { color: rgb(200,2,67); }

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

background-color css

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

 a { background-color: rgb(200,2,67); }

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

border-color css

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

 span { border-color: rgb(200,2,67); }

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