Html Css Color HEX #D40030 Crimson

📋 copy color: '#D40030'

red 212 ◦ green 0 ◦ blue 48

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

Shades of Crimson #D40030

Tints of Crimson #D40030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.54%
G = 0%
B = 18.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D40030 (or 0xD40030) is known color: Crimson. HEX triplet: D4, 00 and 30. RGB value is (212,0,48). Sum of RGB (Red+Green+Blue) = 212+0+48=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D40030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40030 is #2BFFCF. Grayscale: #444444. Windows color (decimal): -2883536 or 3145940. OLE color: 3145940.

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

Color convert

RGB 212 0 48 -
CMYK 0 1 0.77 0.17
HSL 346.42º 1% 0.42% -
HSV(B) 346.42º 1% 0.83% -
XYZ 27.68 14.21 4.08 -
YUV 68.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 212 0 48 0 1 0.77 0.17 346.42 1 0.42
Hex D4 0 30 0 64 4D 11 15A 64 2A
Octal 324 0 60 0 144 115 21 532 144 52
Binary 11010100 0 110000 0 1100100 1001101 10001 101011010 1100100 101010

Color Harmonies of #D40030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40030

Black with #D40030

Text Example


Text Example

White with #D40030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40030; }

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

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

background-color css

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

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

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

border-color css

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

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

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