Html Css Color HEX #C80145 Crimson

📋 copy color: '#C80145'

red 200 ◦ green 1 ◦ blue 69

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

Shades of Crimson #C80145

Tints of Crimson #C80145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 74.07%
G = 0.37%
B = 25.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80145 (or 0xC80145) is known color: Crimson. HEX triplet: C8, 01 and 45. RGB value is (200,1,69). Sum of RGB (Red+Green+Blue) = 200+1+69=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C80145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80145 is #37FEBA. Grayscale: #444444. Windows color (decimal): -3669691 or 4522440. OLE color: 4522440.

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

Color convert

RGB 200 1 69 -
CMYK 0 1.00 0.66 0.22
HSL 339.5º 0.99% 0.39% -
HSV(B) 339.5º 1% 0.78% -
XYZ 24.9 12.73 6.77 -
YUV 68.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 200 1 69 0 1.00 0.66 0.22 339.5 0.99 0.39
Hex C8 1 45 0 64 42 16 153 63 27
Octal 310 1 105 0 144 102 26 523 143 47
Binary 11001000 1 1000101 0 1100100 1000010 10110 101010011 1100011 100111

Color Harmonies of #C80145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80145

Black with #C80145

Text Example


Text Example

White with #C80145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80145; }

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

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

background-color css

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

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

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

border-color css

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

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

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