Html Css Color HEX #D4062F Crimson

📋 copy color: '#D4062F'

red 212 ◦ green 6 ◦ blue 47

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

Shades of Crimson #D4062F

Tints of Crimson #D4062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 80%
G = 2.26%
B = 17.74%

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

#D4062F (or 0xD4062F) is known color: Crimson. HEX triplet: D4, 06 and 2F. RGB value is (212,6,47). Sum of RGB (Red+Green+Blue) = 212+6+47=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D4062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4062F is #2BF9D0. Grayscale: #484848. Windows color (decimal): -2882001 or 3081940. OLE color: 3081940.

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

Color convert

RGB 212 6 47 -
CMYK 0 0.97 0.78 0.17
HSL 348.06º 0.94% 0.43% -
HSV(B) 348.06º 0.97% 0.83% -
XYZ 27.73 14.33 3.99 -
YUV 72.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 212 6 47 0 0.97 0.78 0.17 348.06 0.94 0.43
Hex D4 6 2F 0 61 4E 11 15C 5E 2B
Octal 324 6 57 0 141 116 21 534 136 53
Binary 11010100 110 101111 0 1100001 1001110 10001 101011100 1011110 101011

Color Harmonies of #D4062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4062F

Black with #D4062F

Text Example


Text Example

White with #D4062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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