Html Css Color HEX #D4012B Crimson

📋 copy color: '#D4012B'

red 212 ◦ green 1 ◦ blue 43

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

Shades of Crimson #D4012B

Tints of Crimson #D4012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 82.81%
G = 0.39%
B = 16.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4012B (or 0xD4012B) is known color: Crimson. HEX triplet: D4, 01 and 2B. RGB value is (212,1,43). Sum of RGB (Red+Green+Blue) = 212+1+43=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D4012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4012B is #2BFED4. Grayscale: #444444. Windows color (decimal): -2883285 or 2818516. OLE color: 2818516.

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

Color convert

RGB 212 1 43 -
CMYK 0 1.00 0.80 0.17
HSL 348.06º 0.99% 0.42% -
HSV(B) 348.06º 1% 0.83% -
XYZ 27.6 14.19 3.57 -
YUV 68.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 212 1 43 0 1.00 0.80 0.17 348.06 0.99 0.42
Hex D4 1 2B 0 64 50 11 15C 63 2A
Octal 324 1 53 0 144 120 21 534 143 52
Binary 11010100 1 101011 0 1100100 1010000 10001 101011100 1100011 101010

Color Harmonies of #D4012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4012B

Black with #D4012B

Text Example


Text Example

White with #D4012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4012B; }

 p { color: rgb(212,1,43); }

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

background-color css

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

 a { background-color: rgb(212,1,43); }

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

border-color css

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

 span { border-color: rgb(212,1,43); }

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