Html Css Color HEX #D4072F Crimson

📋 copy color: '#D4072F'

red 212 ◦ green 7 ◦ blue 47

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

Shades of Crimson #D4072F

Tints of Crimson #D4072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

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

R = 79.7%
G = 2.63%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4072F (or 0xD4072F) is known color: Crimson. HEX triplet: D4, 07 and 2F. RGB value is (212,7,47). Sum of RGB (Red+Green+Blue) = 212+7+47=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D4072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4072F is #2BF8D0. Grayscale: #484848. Windows color (decimal): -2881745 or 3082196. OLE color: 3082196.

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

Color convert

RGB 212 7 47 -
CMYK 0 0.97 0.78 0.17
HSL 348.29º 0.94% 0.43% -
HSV(B) 348.29º 0.97% 0.83% -
XYZ 27.74 14.35 4 -
YUV 72.86 113.42 227.25 -
System Red Green Blue C M Y K H S L
Decimal 212 7 47 0 0.97 0.78 0.17 348.29 0.94 0.43
Hex D4 7 2F 0 61 4E 11 15C 5E 2B
Octal 324 7 57 0 141 116 21 534 136 53
Binary 11010100 111 101111 0 1100001 1001110 10001 101011100 1011110 101011

Color Harmonies of #D4072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4072F

Black with #D4072F

Text Example


Text Example

White with #D4072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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