Html Css Color HEX #D40236 Crimson

📋 copy color: '#D40236'

red 212 ◦ green 2 ◦ blue 54

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

Shades of Crimson #D40236

Tints of Crimson #D40236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 79.1%
G = 0.75%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D40236 (or 0xD40236) is known color: Crimson. HEX triplet: D4, 02 and 36. RGB value is (212,2,54). Sum of RGB (Red+Green+Blue) = 212+2+54=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D40236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40236 is #2BFDC9. Grayscale: #464646. Windows color (decimal): -2883018 or 3539668. OLE color: 3539668.

HSL color Cylindrical-coordinate representation of color #D40236: hue angle of 345.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40236 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 54 -
CMYK 0 0.99 0.75 0.17
HSL 345.14º 0.98% 0.42% -
HSV(B) 345.14º 0.99% 0.83% -
XYZ 27.84 14.31 4.78 -
YUV 70.72 118.57 228.77 -
System Red Green Blue C M Y K H S L
Decimal 212 2 54 0 0.99 0.75 0.17 345.14 0.98 0.42
Hex D4 2 36 0 63 4B 11 159 62 2A
Octal 324 2 66 0 143 113 21 531 142 52
Binary 11010100 10 110110 0 1100011 1001011 10001 101011001 1100010 101010

Color Harmonies of #D40236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40236

Black with #D40236

Text Example


Text Example

White with #D40236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40236; }

 p { color: rgb(212,2,54); }

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

background-color css

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

 a { background-color: rgb(212,2,54); }

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

border-color css

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

 span { border-color: rgb(212,2,54); }

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