Html Css Color HEX #DD423F Cinnabar

📋 copy color: '#DD423F'

red 221 ◦ green 66 ◦ blue 63

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

Shades of Cinnabar #DD423F

Tints of Cinnabar #DD423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 63 (25% from 255) = 18%

R = 63.14%
G = 18.86%
B = 18%

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

#DD423F (or 0xDD423F) is known color: Cinnabar. HEX triplet: DD, 42 and 3F. RGB value is (221,66,63). Sum of RGB (Red+Green+Blue) = 221+66+63=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD423F is #22BDC0. Grayscale: #707070. Windows color (decimal): -2276801 or 4145885. OLE color: 4145885.

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

Color convert

RGB 221 66 63 -
CMYK 0 0.70 0.71 0.13
HSL 1.14º 0.7% 0.56% -
HSV(B) 1.14º 0.71% 0.87% -
XYZ 32.66 19.63 6.77 -
YUV 112 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 221 66 63 0 0.70 0.71 0.13 1.14 0.7 0.56
Hex DD 42 3F 0 46 47 D 1 46 38
Octal 335 102 77 0 106 107 15 1 106 70
Binary 11011101 1000010 111111 0 1000110 1000111 1101 1 1000110 111000

Color Harmonies of #DD423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD423F

Black with #DD423F

Text Example


Text Example

White with #DD423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD423F; }

 p { color: rgb(221,66,63); }

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

background-color css

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

 a { background-color: rgb(221,66,63); }

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

border-color css

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

 span { border-color: rgb(221,66,63); }

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