Html Css Color HEX #D4032D Crimson

📋 copy color: '#D4032D'

red 212 ◦ green 3 ◦ blue 45

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

Shades of Crimson #D4032D

Tints of Crimson #D4032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 81.54%
G = 1.15%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4032D (or 0xD4032D) is known color: Crimson. HEX triplet: D4, 03 and 2D. RGB value is (212,3,45). Sum of RGB (Red+Green+Blue) = 212+3+45=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D4032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4032D is #2BFCD2. Grayscale: #464646. Windows color (decimal): -2882771 or 2950100. OLE color: 2950100.

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

Color convert

RGB 212 3 45 -
CMYK 0 0.99 0.79 0.17
HSL 347.94º 0.97% 0.42% -
HSV(B) 347.94º 0.99% 0.83% -
XYZ 27.66 14.25 3.78 -
YUV 70.28 113.74 229.08 -
System Red Green Blue C M Y K H S L
Decimal 212 3 45 0 0.99 0.79 0.17 347.94 0.97 0.42
Hex D4 3 2D 0 63 4F 11 15C 61 2A
Octal 324 3 55 0 143 117 21 534 141 52
Binary 11010100 11 101101 0 1100011 1001111 10001 101011100 1100001 101010

Color Harmonies of #D4032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4032D

Black with #D4032D

Text Example


Text Example

White with #D4032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4032D; }

 p { color: rgb(212,3,45); }

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

background-color css

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

 a { background-color: rgb(212,3,45); }

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

border-color css

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

 span { border-color: rgb(212,3,45); }

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