Html Css Color HEX #DD4341 Cinnabar

📋 copy color: '#DD4341'

red 221 ◦ green 67 ◦ blue 65

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

Shades of Cinnabar #DD4341

Tints of Cinnabar #DD4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.98%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 62.61%
G = 18.98%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4341 (or 0xDD4341) is known color: Cinnabar. HEX triplet: DD, 43 and 41. RGB value is (221,67,65). Sum of RGB (Red+Green+Blue) = 221+67+65=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4341 is #22BCBE. Grayscale: #707070. Windows color (decimal): -2276543 or 4277213. OLE color: 4277213.

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

Color convert

RGB 221 67 65 -
CMYK 0 0.70 0.71 0.13
HSL 0.77º 0.7% 0.56% -
HSV(B) 0.77º 0.71% 0.87% -
XYZ 32.78 19.77 7.09 -
YUV 112.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 221 67 65 0 0.70 0.71 0.13 0.77 0.7 0.56
Hex DD 43 41 0 46 47 D 1 46 38
Octal 335 103 101 0 106 107 15 1 106 70
Binary 11011101 1000011 1000001 0 1000110 1000111 1101 1 1000110 111000

Color Harmonies of #DD4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4341

Black with #DD4341

Text Example


Text Example

White with #DD4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4341; }

 p { color: rgb(221,67,65); }

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

background-color css

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

 a { background-color: rgb(221,67,65); }

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

border-color css

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

 span { border-color: rgb(221,67,65); }

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