Html Css Color HEX #D4053A Crimson

📋 copy color: '#D4053A'

red 212 ◦ green 5 ◦ blue 58

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

Shades of Crimson #D4053A

Tints of Crimson #D4053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 77.09%
G = 1.82%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4053A (or 0xD4053A) is known color: Crimson. HEX triplet: D4, 05 and 3A. RGB value is (212,5,58). Sum of RGB (Red+Green+Blue) = 212+5+58=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4053A is #2BFAC5. Grayscale: #484848. Windows color (decimal): -2882246 or 3802580. OLE color: 3802580.

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

Color convert

RGB 212 5 58 -
CMYK 0 0.98 0.73 0.17
HSL 344.64º 0.95% 0.43% -
HSV(B) 344.64º 0.98% 0.83% -
XYZ 27.97 14.41 5.31 -
YUV 72.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 212 5 58 0 0.98 0.73 0.17 344.64 0.95 0.43
Hex D4 5 3A 0 62 49 11 159 5F 2B
Octal 324 5 72 0 142 111 21 531 137 53
Binary 11010100 101 111010 0 1100010 1001001 10001 101011001 1011111 101011

Color Harmonies of #D4053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4053A

Black with #D4053A

Text Example


Text Example

White with #D4053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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