Html Css Color HEX #C80440 Crimson

📋 copy color: '#C80440'

red 200 ◦ green 4 ◦ blue 64

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

Shades of Crimson #C80440

Tints of Crimson #C80440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 74.63%
G = 1.49%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80440 (or 0xC80440) is known color: Crimson. HEX triplet: C8, 04 and 40. RGB value is (200,4,64). Sum of RGB (Red+Green+Blue) = 200+4+64=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C80440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80440 is #37FBBF. Grayscale: #454545. Windows color (decimal): -3668928 or 4195528. OLE color: 4195528.

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

Color convert

RGB 200 4 64 -
CMYK 0 0.98 0.68 0.22
HSL 341.63º 0.96% 0.4% -
HSV(B) 341.63º 0.98% 0.78% -
XYZ 24.79 12.74 6 -
YUV 69.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 200 4 64 0 0.98 0.68 0.22 341.63 0.96 0.4
Hex C8 4 40 0 62 44 16 156 60 28
Octal 310 4 100 0 142 104 26 526 140 50
Binary 11001000 100 1000000 0 1100010 1000100 10110 101010110 1100000 101000

Color Harmonies of #C80440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80440

Black with #C80440

Text Example


Text Example

White with #C80440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80440; }

 p { color: rgb(200,4,64); }

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

background-color css

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

 a { background-color: rgb(200,4,64); }

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

border-color css

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

 span { border-color: rgb(200,4,64); }

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