Html Css Color HEX #DD433C Cinnabar

📋 copy color: '#DD433C'

red 221 ◦ green 67 ◦ blue 60

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

Shades of Cinnabar #DD433C

Tints of Cinnabar #DD433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 63.51%
G = 19.25%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD433C (or 0xDD433C) is known color: Cinnabar. HEX triplet: DD, 43 and 3C. RGB value is (221,67,60). Sum of RGB (Red+Green+Blue) = 221+67+60=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD433C is #22BCC3. Grayscale: #707070. Windows color (decimal): -2276548 or 3949533. OLE color: 3949533.

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

Color convert

RGB 221 67 60 -
CMYK 0 0.70 0.73 0.13
HSL 2.61º 0.7% 0.55% -
HSV(B) 2.61º 0.73% 0.87% -
XYZ 32.64 19.71 6.36 -
YUV 112.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 221 67 60 0 0.70 0.73 0.13 2.61 0.7 0.55
Hex DD 43 3C 0 46 49 D 3 46 37
Octal 335 103 74 0 106 111 15 3 106 67
Binary 11011101 1000011 111100 0 1000110 1001001 1101 11 1000110 110111

Color Harmonies of #DD433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD433C

Black with #DD433C

Text Example


Text Example

White with #DD433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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