Html Css Color HEX #D3062F Crimson

📋 copy color: '#D3062F'

red 211 ◦ green 6 ◦ blue 47

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

Shades of Crimson #D3062F

Tints of Crimson #D3062F

RGB

 RED value IS 211 (82.81% from 255) = 79.92%

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

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

R = 79.92%
G = 2.27%
B = 17.8%

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

#D3062F (or 0xD3062F) is known color: Crimson. HEX triplet: D3, 06 and 2F. RGB value is (211,6,47). Sum of RGB (Red+Green+Blue) = 211+6+47=264 (34% of max value = 765). Red value is 211 (82.81% from 255 or 79.92% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 211 - color contains mainly: red. Hex color #D3062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3062F is #2CF9D0. Grayscale: #484848. Windows color (decimal): -2947537 or 3081939. OLE color: 3081939.

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

Color convert

RGB 211 6 47 -
CMYK 0 0.97 0.78 0.17
HSL 348º 0.94% 0.43% -
HSV(B) 348º 0.97% 0.83% -
XYZ 27.44 14.18 3.98 -
YUV 71.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 211 6 47 0 0.97 0.78 0.17 348 0.94 0.43
Hex D3 6 2F 0 61 4E 11 15C 5E 2B
Octal 323 6 57 0 141 116 21 534 136 53
Binary 11010011 110 101111 0 1100001 1001110 10001 101011100 1011110 101011

Color Harmonies of #D3062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3062F

Black with #D3062F

Text Example


Text Example

White with #D3062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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