Html Css Color HEX #C80130 Crimson

📋 copy color: '#C80130'

red 200 ◦ green 1 ◦ blue 48

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

Shades of Crimson #C80130

Tints of Crimson #C80130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 80.32%
G = 0.4%
B = 19.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80130 (or 0xC80130) is known color: Crimson. HEX triplet: C8, 01 and 30. RGB value is (200,1,48). Sum of RGB (Red+Green+Blue) = 200+1+48=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C80130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80130 is #37FECF. Grayscale: #414141. Windows color (decimal): -3669712 or 3146184. OLE color: 3146184.

HSL color Cylindrical-coordinate representation of color #C80130: hue angle of 345.83º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80130 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 48 -
CMYK 0 1.00 0.76 0.22
HSL 345.83º 0.99% 0.39% -
HSV(B) 345.83º 1% 0.78% -
XYZ 24.36 12.51 3.93 -
YUV 65.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 200 1 48 0 1.00 0.76 0.22 345.83 0.99 0.39
Hex C8 1 30 0 64 4C 16 15A 63 27
Octal 310 1 60 0 144 114 26 532 143 47
Binary 11001000 1 110000 0 1100100 1001100 10110 101011010 1100011 100111

Color Harmonies of #C80130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80130

Black with #C80130

Text Example


Text Example

White with #C80130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80130; }

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

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

background-color css

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

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

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

border-color css

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

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

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