Html Css Color HEX #D6062F Crimson

📋 copy color: '#D6062F'

red 214 ◦ green 6 ◦ blue 47

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

Shades of Crimson #D6062F

Tints of Crimson #D6062F

RGB

 RED value IS 214 (83.98% from 255) = 80.15%

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

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

R = 80.15%
G = 2.25%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6062F (or 0xD6062F) is known color: Crimson. HEX triplet: D6, 06 and 2F. RGB value is (214,6,47). Sum of RGB (Red+Green+Blue) = 214+6+47=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D6062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6062F is #29F9D0. Grayscale: #484848. Windows color (decimal): -2750929 or 3081942. OLE color: 3081942.

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

Color convert

RGB 214 6 47 -
CMYK 0 0.97 0.78 0.16
HSL 348.17º 0.95% 0.43% -
HSV(B) 348.17º 0.97% 0.84% -
XYZ 28.31 14.63 4.02 -
YUV 72.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 214 6 47 0 0.97 0.78 0.16 348.17 0.95 0.43
Hex D6 6 2F 0 61 4E 10 15C 5F 2B
Octal 326 6 57 0 141 116 20 534 137 53
Binary 11010110 110 101111 0 1100001 1001110 10000 101011100 1011111 101011

Color Harmonies of #D6062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6062F

Black with #D6062F

Text Example


Text Example

White with #D6062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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