Html Css Color HEX #C80741 Crimson

📋 copy color: '#C80741'

red 200 ◦ green 7 ◦ blue 65

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

Shades of Crimson #C80741

Tints of Crimson #C80741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 73.53%
G = 2.57%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80741 (or 0xC80741) is known color: Crimson. HEX triplet: C8, 07 and 41. RGB value is (200,7,65). Sum of RGB (Red+Green+Blue) = 200+7+65=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80741 is #37F8BE. Grayscale: #474747. Windows color (decimal): -3668159 or 4261832. OLE color: 4261832.

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

Color convert

RGB 200 7 65 -
CMYK 0 0.96 0.68 0.22
HSL 341.97º 0.93% 0.41% -
HSV(B) 341.97º 0.97% 0.78% -
XYZ 24.85 12.81 6.16 -
YUV 71.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 200 7 65 0 0.96 0.68 0.22 341.97 0.93 0.41
Hex C8 7 41 0 60 44 16 156 5D 29
Octal 310 7 101 0 140 104 26 526 135 51
Binary 11001000 111 1000001 0 1100000 1000100 10110 101010110 1011101 101001

Color Harmonies of #C80741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80741

Black with #C80741

Text Example


Text Example

White with #C80741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80741; }

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

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

background-color css

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

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

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

border-color css

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

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

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