Html Css Color HEX #C80148 Crimson

📋 copy color: '#C80148'

red 200 ◦ green 1 ◦ blue 72

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

Shades of Crimson #C80148

Tints of Crimson #C80148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 73.26%
G = 0.37%
B = 26.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80148 (or 0xC80148) is known color: Crimson. HEX triplet: C8, 01 and 48. RGB value is (200,1,72). Sum of RGB (Red+Green+Blue) = 200+1+72=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80148 is #37FEB7. Grayscale: #444444. Windows color (decimal): -3669688 or 4719048. OLE color: 4719048.

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

Color convert

RGB 200 1 72 -
CMYK 0 1.00 0.64 0.22
HSL 338.59º 0.99% 0.39% -
HSV(B) 338.59º 1% 0.78% -
XYZ 25 12.77 7.28 -
YUV 68.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 200 1 72 0 1.00 0.64 0.22 338.59 0.99 0.39
Hex C8 1 48 0 64 40 16 153 63 27
Octal 310 1 110 0 144 100 26 523 143 47
Binary 11001000 1 1001000 0 1100100 1000000 10110 101010011 1100011 100111

Color Harmonies of #C80148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80148

Black with #C80148

Text Example


Text Example

White with #C80148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80148; }

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

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

background-color css

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

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

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

border-color css

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

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

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