Html Css Color HEX #C80438 Crimson

📋 copy color: '#C80438'

red 200 ◦ green 4 ◦ blue 56

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

Shades of Crimson #C80438

Tints of Crimson #C80438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 76.92%
G = 1.54%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80438 (or 0xC80438) is known color: Crimson. HEX triplet: C8, 04 and 38. RGB value is (200,4,56). Sum of RGB (Red+Green+Blue) = 200+4+56=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80438 is #37FBC7. Grayscale: #444444. Windows color (decimal): -3668936 or 3671240. OLE color: 3671240.

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

Color convert

RGB 200 4 56 -
CMYK 0 0.98 0.72 0.22
HSL 344.08º 0.96% 0.4% -
HSV(B) 344.08º 0.98% 0.78% -
XYZ 24.58 12.65 4.89 -
YUV 68.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 200 4 56 0 0.98 0.72 0.22 344.08 0.96 0.4
Hex C8 4 38 0 62 48 16 158 60 28
Octal 310 4 70 0 142 110 26 530 140 50
Binary 11001000 100 111000 0 1100010 1001000 10110 101011000 1100000 101000

Color Harmonies of #C80438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80438

Black with #C80438

Text Example


Text Example

White with #C80438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80438; }

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

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

background-color css

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

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

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

border-color css

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

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

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