Html Css Color HEX #D4043D Crimson

📋 copy color: '#D4043D'

red 212 ◦ green 4 ◦ blue 61

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

Shades of Crimson #D4043D

Tints of Crimson #D4043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 76.53%
G = 1.44%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4043D (or 0xD4043D) is known color: Crimson. HEX triplet: D4, 04 and 3D. RGB value is (212,4,61). Sum of RGB (Red+Green+Blue) = 212+4+61=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4043D is #2BFBC2. Grayscale: #484848. Windows color (decimal): -2882499 or 3998932. OLE color: 3998932.

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

Color convert

RGB 212 4 61 -
CMYK 0 0.98 0.71 0.17
HSL 343.56º 0.96% 0.42% -
HSV(B) 343.56º 0.98% 0.83% -
XYZ 28.04 14.42 5.72 -
YUV 72.69 121.41 227.37 -
System Red Green Blue C M Y K H S L
Decimal 212 4 61 0 0.98 0.71 0.17 343.56 0.96 0.42
Hex D4 4 3D 0 62 47 11 158 60 2A
Octal 324 4 75 0 142 107 21 530 140 52
Binary 11010100 100 111101 0 1100010 1000111 10001 101011000 1100000 101010

Color Harmonies of #D4043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4043D

Black with #D4043D

Text Example


Text Example

White with #D4043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4043D; }

 p { color: rgb(212,4,61); }

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

background-color css

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

 a { background-color: rgb(212,4,61); }

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

border-color css

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

 span { border-color: rgb(212,4,61); }

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