Html Css Color HEX #D40430 Crimson

📋 copy color: '#D40430'

red 212 ◦ green 4 ◦ blue 48

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

Shades of Crimson #D40430

Tints of Crimson #D40430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 80.3%
G = 1.52%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D40430 (or 0xD40430) is known color: Crimson. HEX triplet: D4, 04 and 30. RGB value is (212,4,48). Sum of RGB (Red+Green+Blue) = 212+4+48=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D40430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40430 is #2BFBCF. Grayscale: #474747. Windows color (decimal): -2882512 or 3146964. OLE color: 3146964.

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

Color convert

RGB 212 4 48 -
CMYK 0 0.98 0.77 0.17
HSL 347.31º 0.96% 0.42% -
HSV(B) 347.31º 0.98% 0.83% -
XYZ 27.73 14.3 4.09 -
YUV 71.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 212 4 48 0 0.98 0.77 0.17 347.31 0.96 0.42
Hex D4 4 30 0 62 4D 11 15B 60 2A
Octal 324 4 60 0 142 115 21 533 140 52
Binary 11010100 100 110000 0 1100010 1001101 10001 101011011 1100000 101010

Color Harmonies of #D40430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40430

Black with #D40430

Text Example


Text Example

White with #D40430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40430; }

 p { color: rgb(212,4,48); }

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

background-color css

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

 a { background-color: rgb(212,4,48); }

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

border-color css

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

 span { border-color: rgb(212,4,48); }

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