Html Css Color HEX #DD0735 Crimson

📋 copy color: '#DD0735'

red 221 ◦ green 7 ◦ blue 53

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

Shades of Crimson #DD0735

Tints of Crimson #DD0735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 78.65%
G = 2.49%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0735 (or 0xDD0735) is known color: Crimson. HEX triplet: DD, 07 and 35. RGB value is (221,7,53). Sum of RGB (Red+Green+Blue) = 221+7+53=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0735 is #22F8CA. Grayscale: #4C4C4C. Windows color (decimal): -2291915 or 3475421. OLE color: 3475421.

HSL color Cylindrical-coordinate representation of color #DD0735: hue angle of 347.1º degrees, saturation: 0.94, 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 #DD0735 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 53 -
CMYK 0 0.97 0.76 0.13
HSL 347.1º 0.94% 0.45% -
HSV(B) 347.1º 0.97% 0.87% -
XYZ 30.54 15.78 4.8 -
YUV 76.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 221 7 53 0 0.97 0.76 0.13 347.1 0.94 0.45
Hex DD 7 35 0 61 4C D 15B 5E 2D
Octal 335 7 65 0 141 114 15 533 136 55
Binary 11011101 111 110101 0 1100001 1001100 1101 101011011 1011110 101101

Color Harmonies of #DD0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0735

Black with #DD0735

Text Example


Text Example

White with #DD0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0735; }

 p { color: rgb(221,7,53); }

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

background-color css

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

 a { background-color: rgb(221,7,53); }

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

border-color css

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

 span { border-color: rgb(221,7,53); }

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