Html Css Color HEX #DD062F Crimson

📋 copy color: '#DD062F'

red 221 ◦ green 6 ◦ blue 47

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

Shades of Crimson #DD062F

Tints of Crimson #DD062F

RGB

 RED value IS 221 (86.72% from 255) = 80.66%

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

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

R = 80.66%
G = 2.19%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD062F (or 0xDD062F) is known color: Crimson. HEX triplet: DD, 06 and 2F. RGB value is (221,6,47). Sum of RGB (Red+Green+Blue) = 221+6+47=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD062F is #22F9D0. Grayscale: #4B4B4B. Windows color (decimal): -2292177 or 3081949. OLE color: 3081949.

HSL color Cylindrical-coordinate representation of color #DD062F: hue angle of 348.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD062F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 47 -
CMYK 0 0.97 0.79 0.13
HSL 348.56º 0.95% 0.45% -
HSV(B) 348.56º 0.97% 0.87% -
XYZ 30.4 15.71 4.12 -
YUV 74.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 221 6 47 0 0.97 0.79 0.13 348.56 0.95 0.45
Hex DD 6 2F 0 61 4F D 15D 5F 2D
Octal 335 6 57 0 141 117 15 535 137 55
Binary 11011101 110 101111 0 1100001 1001111 1101 101011101 1011111 101101

Color Harmonies of #DD062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD062F

Black with #DD062F

Text Example


Text Example

White with #DD062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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