Html Css Color HEX #DD4741 Cinnabar

📋 copy color: '#DD4741'

red 221 ◦ green 71 ◦ blue 65

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

Shades of Cinnabar #DD4741

Tints of Cinnabar #DD4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 61.9%
G = 19.89%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4741 (or 0xDD4741) is known color: Cinnabar. HEX triplet: DD, 47 and 41. RGB value is (221,71,65). Sum of RGB (Red+Green+Blue) = 221+71+65=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4741 is #22B8BE. Grayscale: #737373. Windows color (decimal): -2275519 or 4278237. OLE color: 4278237.

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

Color convert

RGB 221 71 65 -
CMYK 0 0.68 0.71 0.13
HSL 2.31º 0.7% 0.56% -
HSV(B) 2.31º 0.71% 0.87% -
XYZ 33.03 20.26 7.17 -
YUV 115.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 221 71 65 0 0.68 0.71 0.13 2.31 0.7 0.56
Hex DD 47 41 0 44 47 D 2 46 38
Octal 335 107 101 0 104 107 15 2 106 70
Binary 11011101 1000111 1000001 0 1000100 1000111 1101 10 1000110 111000

Color Harmonies of #DD4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4741

Black with #DD4741

Text Example


Text Example

White with #DD4741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4741; }

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

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

background-color css

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

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

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

border-color css

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

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

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