Html Css Color HEX #D4052F Crimson

📋 copy color: '#D4052F'

red 212 ◦ green 5 ◦ blue 47

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

Shades of Crimson #D4052F

Tints of Crimson #D4052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 80.3%
G = 1.89%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4052F (or 0xD4052F) is known color: Crimson. HEX triplet: D4, 05 and 2F. RGB value is (212,5,47). Sum of RGB (Red+Green+Blue) = 212+5+47=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4052F is #2BFAD0. Grayscale: #474747. Windows color (decimal): -2882257 or 3081684. OLE color: 3081684.

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

Color convert

RGB 212 5 47 -
CMYK 0 0.98 0.78 0.17
HSL 347.83º 0.95% 0.43% -
HSV(B) 347.83º 0.98% 0.83% -
XYZ 27.72 14.31 3.99 -
YUV 71.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 212 5 47 0 0.98 0.78 0.17 347.83 0.95 0.43
Hex D4 5 2F 0 62 4E 11 15C 5F 2B
Octal 324 5 57 0 142 116 21 534 137 53
Binary 11010100 101 101111 0 1100010 1001110 10001 101011100 1011111 101011

Color Harmonies of #D4052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4052F

Black with #D4052F

Text Example


Text Example

White with #D4052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4052F; }

 p { color: rgb(212,5,47); }

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

background-color css

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

 a { background-color: rgb(212,5,47); }

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

border-color css

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

 span { border-color: rgb(212,5,47); }

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