Html Css Color HEX #D40242 Crimson

📋 copy color: '#D40242'

red 212 ◦ green 2 ◦ blue 66

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

Shades of Crimson #D40242

Tints of Crimson #D40242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 75.71%
G = 0.71%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D40242 (or 0xD40242) is known color: Crimson. HEX triplet: D4, 02 and 42. RGB value is (212,2,66). Sum of RGB (Red+Green+Blue) = 212+2+66=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D40242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40242 is #2BFDBD. Grayscale: #484848. Windows color (decimal): -2883006 or 4326100. OLE color: 4326100.

HSL color Cylindrical-coordinate representation of color #D40242: hue angle of 341.71º 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 #D40242 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 66 -
CMYK 0 0.99 0.69 0.17
HSL 341.71º 0.98% 0.42% -
HSV(B) 341.71º 0.99% 0.83% -
XYZ 28.16 14.43 6.46 -
YUV 72.09 124.57 227.8 -
System Red Green Blue C M Y K H S L
Decimal 212 2 66 0 0.99 0.69 0.17 341.71 0.98 0.42
Hex D4 2 42 0 63 45 11 156 62 2A
Octal 324 2 102 0 143 105 21 526 142 52
Binary 11010100 10 1000010 0 1100011 1000101 10001 101010110 1100010 101010

Color Harmonies of #D40242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40242

Black with #D40242

Text Example


Text Example

White with #D40242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40242; }

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

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

background-color css

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

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

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

border-color css

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

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

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