Html Css Color HEX #C80041 Crimson

📋 copy color: '#C80041'

red 200 ◦ green 0 ◦ blue 65

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

Shades of Crimson #C80041

Tints of Crimson #C80041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 75.47%
G = 0%
B = 24.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80041 (or 0xC80041) is known color: Crimson. HEX triplet: C8, 00 and 41. RGB value is (200,0,65). Sum of RGB (Red+Green+Blue) = 200+0+65=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C80041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80041 is #37FFBE. Grayscale: #434343. Windows color (decimal): -3669951 or 4260040. OLE color: 4260040.

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

Color convert

RGB 200 0 65 -
CMYK 0 1 0.68 0.22
HSL 340.5º 1% 0.39% -
HSV(B) 340.5º 1% 0.78% -
XYZ 24.77 12.66 6.14 -
YUV 67.21 126.76 222.71 -
System Red Green Blue C M Y K H S L
Decimal 200 0 65 0 1 0.68 0.22 340.5 1 0.39
Hex C8 0 41 0 64 44 16 154 64 27
Octal 310 0 101 0 144 104 26 524 144 47
Binary 11001000 0 1000001 0 1100100 1000100 10110 101010100 1100100 100111

Color Harmonies of #C80041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80041

Black with #C80041

Text Example


Text Example

White with #C80041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80041; }

 p { color: rgb(200,0,65); }

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

background-color css

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

 a { background-color: rgb(200,0,65); }

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

border-color css

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

 span { border-color: rgb(200,0,65); }

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