Html Css Color HEX #DD3E30 Cinnabar

📋 copy color: '#DD3E30'

red 221 ◦ green 62 ◦ blue 48

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

Shades of Cinnabar #DD3E30

Tints of Cinnabar #DD3E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 66.77%
G = 18.73%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3E30 (or 0xDD3E30) is known color: Cinnabar. HEX triplet: DD, 3E and 30. RGB value is (221,62,48). Sum of RGB (Red+Green+Blue) = 221+62+48=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E30 is #22C1CF. Grayscale: #6C6C6C. Windows color (decimal): -2277840 or 3161821. OLE color: 3161821.

HSL color Cylindrical-coordinate representation of color #DD3E30: hue angle of 4.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3E30 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 48 -
CMYK 0 0.72 0.78 0.13
HSL 4.86º 0.72% 0.53% -
HSV(B) 4.86º 0.78% 0.87% -
XYZ 32.07 19.03 4.78 -
YUV 107.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 221 62 48 0 0.72 0.78 0.13 4.86 0.72 0.53
Hex DD 3E 30 0 48 4E D 5 48 35
Octal 335 76 60 0 110 116 15 5 110 65
Binary 11011101 111110 110000 0 1001000 1001110 1101 101 1001000 110101

Color Harmonies of #DD3E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E30

Black with #DD3E30

Text Example


Text Example

White with #DD3E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E30; }

 p { color: rgb(221,62,48); }

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

background-color css

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

 a { background-color: rgb(221,62,48); }

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

border-color css

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

 span { border-color: rgb(221,62,48); }

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