Html Css Color HEX #DD433D Cinnabar

📋 copy color: '#DD433D'

red 221 ◦ green 67 ◦ blue 61

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

Shades of Cinnabar #DD433D

Tints of Cinnabar #DD433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 63.32%
G = 19.2%
B = 17.48%

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

#DD433D (or 0xDD433D) is known color: Cinnabar. HEX triplet: DD, 43 and 3D. RGB value is (221,67,61). Sum of RGB (Red+Green+Blue) = 221+67+61=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD433D is #22BCC2. Grayscale: #707070. Windows color (decimal): -2276547 or 4015069. OLE color: 4015069.

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

Color convert

RGB 221 67 61 -
CMYK 0 0.70 0.72 0.13
HSL 2.25º 0.7% 0.55% -
HSV(B) 2.25º 0.72% 0.87% -
XYZ 32.67 19.72 6.5 -
YUV 112.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 221 67 61 0 0.70 0.72 0.13 2.25 0.7 0.55
Hex DD 43 3D 0 46 48 D 2 46 37
Octal 335 103 75 0 106 110 15 2 106 67
Binary 11011101 1000011 111101 0 1000110 1001000 1101 10 1000110 110111

Color Harmonies of #DD433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD433D

Black with #DD433D

Text Example


Text Example

White with #DD433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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