Html Css Color HEX #DD433E Cinnabar

📋 copy color: '#DD433E'

red 221 ◦ green 67 ◦ blue 62

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

Shades of Cinnabar #DD433E

Tints of Cinnabar #DD433E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 63.14%
G = 19.14%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD433E (or 0xDD433E) is known color: Cinnabar. HEX triplet: DD, 43 and 3E. RGB value is (221,67,62). Sum of RGB (Red+Green+Blue) = 221+67+62=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD433E is #22BCC1. Grayscale: #707070. Windows color (decimal): -2276546 or 4080605. OLE color: 4080605.

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

Color convert

RGB 221 67 62 -
CMYK 0 0.70 0.72 0.13
HSL 1.89º 0.7% 0.55% -
HSV(B) 1.89º 0.72% 0.87% -
XYZ 32.7 19.73 6.64 -
YUV 112.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 221 67 62 0 0.70 0.72 0.13 1.89 0.7 0.55
Hex DD 43 3E 0 46 48 D 2 46 37
Octal 335 103 76 0 106 110 15 2 106 67
Binary 11011101 1000011 111110 0 1000110 1001000 1101 10 1000110 110111

Color Harmonies of #DD433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD433E

Black with #DD433E

Text Example


Text Example

White with #DD433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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