Html Css Color HEX #DD3F30 Cinnabar

📋 copy color: '#DD3F30'

red 221 ◦ green 63 ◦ blue 48

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

Shades of Cinnabar #DD3F30

Tints of Cinnabar #DD3F30

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

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

R = 66.57%
G = 18.98%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3F30 (or 0xDD3F30) is known color: Cinnabar. HEX triplet: DD, 3F and 30. RGB value is (221,63,48). Sum of RGB (Red+Green+Blue) = 221+63+48=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F30 is #22C0CF. Grayscale: #6C6C6C. Windows color (decimal): -2277584 or 3162077. OLE color: 3162077.

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

Color convert

RGB 221 63 48 -
CMYK 0 0.71 0.78 0.13
HSL 5.2º 0.72% 0.53% -
HSV(B) 5.2º 0.78% 0.87% -
XYZ 32.13 19.14 4.8 -
YUV 108.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 221 63 48 0 0.71 0.78 0.13 5.2 0.72 0.53
Hex DD 3F 30 0 47 4E D 5 48 35
Octal 335 77 60 0 107 116 15 5 110 65
Binary 11011101 111111 110000 0 1000111 1001110 1101 101 1001000 110101

Color Harmonies of #DD3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F30

Black with #DD3F30

Text Example


Text Example

White with #DD3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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