Html Css Color HEX #D4053F Crimson

📋 copy color: '#D4053F'

red 212 ◦ green 5 ◦ blue 63

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

Shades of Crimson #D4053F

Tints of Crimson #D4053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 75.71%
G = 1.79%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4053F (or 0xD4053F) is known color: Crimson. HEX triplet: D4, 05 and 3F. RGB value is (212,5,63). Sum of RGB (Red+Green+Blue) = 212+5+63=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4053F is #2BFAC0. Grayscale: #494949. Windows color (decimal): -2882241 or 4130260. OLE color: 4130260.

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

Color convert

RGB 212 5 63 -
CMYK 0 0.98 0.70 0.17
HSL 343.19º 0.95% 0.43% -
HSV(B) 343.19º 0.98% 0.83% -
XYZ 28.1 14.46 6.01 -
YUV 73.51 122.08 226.78 -
System Red Green Blue C M Y K H S L
Decimal 212 5 63 0 0.98 0.70 0.17 343.19 0.95 0.43
Hex D4 5 3F 0 62 46 11 157 5F 2B
Octal 324 5 77 0 142 106 21 527 137 53
Binary 11010100 101 111111 0 1100010 1000110 10001 101010111 1011111 101011

Color Harmonies of #D4053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4053F

Black with #D4053F

Text Example


Text Example

White with #D4053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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