Html Css Color HEX #D40838 Crimson

📋 copy color: '#D40838'

red 212 ◦ green 8 ◦ blue 56

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

Shades of Crimson #D40838

Tints of Crimson #D40838

RGB

 RED value IS 212 (83.2% from 255) = 76.81%

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 76.81%
G = 2.9%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D40838 (or 0xD40838) is known color: Crimson. HEX triplet: D4, 08 and 38. RGB value is (212,8,56). Sum of RGB (Red+Green+Blue) = 212+8+56=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D40838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40838 is #2BF7C7. Grayscale: #4A4A4A. Windows color (decimal): -2881480 or 3672276. OLE color: 3672276.

HSL color Cylindrical-coordinate representation of color #D40838: hue angle of 345.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40838 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 8 56 -
CMYK 0 0.96 0.74 0.17
HSL 345.88º 0.93% 0.43% -
HSV(B) 345.88º 0.96% 0.83% -
XYZ 27.95 14.46 5.06 -
YUV 74.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 212 8 56 0 0.96 0.74 0.17 345.88 0.93 0.43
Hex D4 8 38 0 60 4A 11 15A 5D 2B
Octal 324 10 70 0 140 112 21 532 135 53
Binary 11010100 1000 111000 0 1100000 1001010 10001 101011010 1011101 101011

Color Harmonies of #D40838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40838

Black with #D40838

Text Example


Text Example

White with #D40838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40838; }

 p { color: rgb(212,8,56); }

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

background-color css

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

 a { background-color: rgb(212,8,56); }

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

border-color css

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

 span { border-color: rgb(212,8,56); }

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