Html Css Color HEX #D4032C Crimson

📋 copy color: '#D4032C'

red 212 ◦ green 3 ◦ blue 44

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

Shades of Crimson #D4032C

Tints of Crimson #D4032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 81.85%
G = 1.16%
B = 16.99%

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

#D4032C (or 0xD4032C) is known color: Crimson. HEX triplet: D4, 03 and 2C. RGB value is (212,3,44). Sum of RGB (Red+Green+Blue) = 212+3+44=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D4032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4032C is #2BFCD3. Grayscale: #464646. Windows color (decimal): -2882772 or 2884564. OLE color: 2884564.

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

Color convert

RGB 212 3 44 -
CMYK 0 0.99 0.79 0.17
HSL 348.23º 0.97% 0.42% -
HSV(B) 348.23º 0.99% 0.83% -
XYZ 27.64 14.24 3.68 -
YUV 70.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 212 3 44 0 0.99 0.79 0.17 348.23 0.97 0.42
Hex D4 3 2C 0 63 4F 11 15C 61 2A
Octal 324 3 54 0 143 117 21 534 141 52
Binary 11010100 11 101100 0 1100011 1001111 10001 101011100 1100001 101010

Color Harmonies of #D4032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4032C

Black with #D4032C

Text Example


Text Example

White with #D4032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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