Html Css Color HEX #DD3A35 Cinnabar

📋 copy color: '#DD3A35'

red 221 ◦ green 58 ◦ blue 53

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

Shades of Cinnabar #DD3A35

Tints of Cinnabar #DD3A35

RGB

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

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

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

R = 66.57%
G = 17.47%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3A35 (or 0xDD3A35) is known color: Cinnabar. HEX triplet: DD, 3A and 35. RGB value is (221,58,53). Sum of RGB (Red+Green+Blue) = 221+58+53=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A35 is #22C5CA. Grayscale: #6A6A6A. Windows color (decimal): -2278859 or 3488477. OLE color: 3488477.

HSL color Cylindrical-coordinate representation of color #DD3A35: hue angle of 1.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3A35 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 53 -
CMYK 0 0.74 0.76 0.13
HSL 1.79º 0.71% 0.54% -
HSV(B) 1.79º 0.76% 0.87% -
XYZ 31.97 18.66 5.28 -
YUV 106.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 221 58 53 0 0.74 0.76 0.13 1.79 0.71 0.54
Hex DD 3A 35 0 4A 4C D 2 47 36
Octal 335 72 65 0 112 114 15 2 107 66
Binary 11011101 111010 110101 0 1001010 1001100 1101 10 1000111 110110

Color Harmonies of #DD3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A35

Black with #DD3A35

Text Example


Text Example

White with #DD3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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