Html Css Color HEX #C80135 Crimson

📋 copy color: '#C80135'

red 200 ◦ green 1 ◦ blue 53

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

Shades of Crimson #C80135

Tints of Crimson #C80135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 78.74%
G = 0.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80135 (or 0xC80135) is known color: Crimson. HEX triplet: C8, 01 and 35. RGB value is (200,1,53). Sum of RGB (Red+Green+Blue) = 200+1+53=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80135 is #37FECA. Grayscale: #424242. Windows color (decimal): -3669707 or 3473864. OLE color: 3473864.

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

Color convert

RGB 200 1 53 -
CMYK 0 1.00 0.74 0.22
HSL 344.32º 0.99% 0.39% -
HSV(B) 344.32º 1% 0.78% -
XYZ 24.47 12.56 4.5 -
YUV 66.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 200 1 53 0 1.00 0.74 0.22 344.32 0.99 0.39
Hex C8 1 35 0 64 4A 16 158 63 27
Octal 310 1 65 0 144 112 26 530 143 47
Binary 11001000 1 110101 0 1100100 1001010 10110 101011000 1100011 100111

Color Harmonies of #C80135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80135

Black with #C80135

Text Example


Text Example

White with #C80135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80135; }

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

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

background-color css

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

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

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

border-color css

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

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

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