Html Css Color HEX #C80230 Crimson

📋 copy color: '#C80230'

red 200 ◦ green 2 ◦ blue 48

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

Shades of Crimson #C80230

Tints of Crimson #C80230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 80%
G = 0.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80230 (or 0xC80230) is known color: Crimson. HEX triplet: C8, 02 and 30. RGB value is (200,2,48). Sum of RGB (Red+Green+Blue) = 200+2+48=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C80230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80230 is #37FDCF. Grayscale: #424242. Windows color (decimal): -3669456 or 3146440. OLE color: 3146440.

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

Color convert

RGB 200 2 48 -
CMYK 0 0.99 0.76 0.22
HSL 346.06º 0.98% 0.4% -
HSV(B) 346.06º 0.99% 0.78% -
XYZ 24.37 12.54 3.93 -
YUV 66.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 200 2 48 0 0.99 0.76 0.22 346.06 0.98 0.4
Hex C8 2 30 0 63 4C 16 15A 62 28
Octal 310 2 60 0 143 114 26 532 142 50
Binary 11001000 10 110000 0 1100011 1001100 10110 101011010 1100010 101000

Color Harmonies of #C80230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80230

Black with #C80230

Text Example


Text Example

White with #C80230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80230; }

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

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

background-color css

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

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

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

border-color css

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

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

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