Html Css Color HEX #DD3A30 Cinnabar

📋 copy color: '#DD3A30'

red 221 ◦ green 58 ◦ blue 48

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

Shades of Cinnabar #DD3A30

Tints of Cinnabar #DD3A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.74%

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

R = 67.58%
G = 17.74%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3A30 (or 0xDD3A30) is known color: Cinnabar. HEX triplet: DD, 3A and 30. RGB value is (221,58,48). Sum of RGB (Red+Green+Blue) = 221+58+48=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A30 is #22C5CF. Grayscale: #696969. Windows color (decimal): -2278864 or 3160797. OLE color: 3160797.

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

Color convert

RGB 221 58 48 -
CMYK 0 0.74 0.78 0.13
HSL 3.47º 0.72% 0.53% -
HSV(B) 3.47º 0.78% 0.87% -
XYZ 31.87 18.61 4.71 -
YUV 105.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 221 58 48 0 0.74 0.78 0.13 3.47 0.72 0.53
Hex DD 3A 30 0 4A 4E D 3 48 35
Octal 335 72 60 0 112 116 15 3 110 65
Binary 11011101 111010 110000 0 1001010 1001110 1101 11 1001000 110101

Color Harmonies of #DD3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A30

Black with #DD3A30

Text Example


Text Example

White with #DD3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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