Html Css Color HEX #D40B4B Crimson

📋 copy color: '#D40B4B'

red 212 ◦ green 11 ◦ blue 75

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

Shades of Crimson #D40B4B

Tints of Crimson #D40B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 71.14%
G = 3.69%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D40B4B (or 0xD40B4B) is known color: Crimson. HEX triplet: D4, 0B and 4B. RGB value is (212,11,75). Sum of RGB (Red+Green+Blue) = 212+11+75=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B4B is #2BF4B4. Grayscale: #4E4E4E. Windows color (decimal): -2880693 or 4918228. OLE color: 4918228.

HSL color Cylindrical-coordinate representation of color #D40B4B: hue angle of 340.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B4B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 11 75 -
CMYK 0 0.95 0.65 0.17
HSL 340.9º 0.9% 0.44% -
HSV(B) 340.9º 0.95% 0.83% -
XYZ 28.54 14.74 8 -
YUV 78.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 212 11 75 0 0.95 0.65 0.17 340.9 0.9 0.44
Hex D4 B 4B 0 5F 41 11 155 5A 2C
Octal 324 13 113 0 137 101 21 525 132 54
Binary 11010100 1011 1001011 0 1011111 1000001 10001 101010101 1011010 101100

Color Harmonies of #D40B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B4B

Black with #D40B4B

Text Example


Text Example

White with #D40B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B4B; }

 p { color: rgb(212,11,75); }

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

background-color css

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

 a { background-color: rgb(212,11,75); }

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

border-color css

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

 span { border-color: rgb(212,11,75); }

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