Html Css Color HEX #DD422B Cinnabar

📋 copy color: '#DD422B'

red 221 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #DD422B

Tints of Cinnabar #DD422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 66.97%
G = 20%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD422B (or 0xDD422B) is known color: Cinnabar. HEX triplet: DD, 42 and 2B. RGB value is (221,66,43). Sum of RGB (Red+Green+Blue) = 221+66+43=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD422B is #22BDD4. Grayscale: #6D6D6D. Windows color (decimal): -2276821 or 2835165. OLE color: 2835165.

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

Color convert

RGB 221 66 43 -
CMYK 0 0.70 0.81 0.13
HSL 7.75º 0.72% 0.52% -
HSV(B) 7.75º 0.81% 0.87% -
XYZ 32.2 19.44 4.34 -
YUV 109.72 90.35 207.37 -
System Red Green Blue C M Y K H S L
Decimal 221 66 43 0 0.70 0.81 0.13 7.75 0.72 0.52
Hex DD 42 2B 0 46 51 D 8 48 34
Octal 335 102 53 0 106 121 15 10 110 64
Binary 11011101 1000010 101011 0 1000110 1010001 1101 1000 1001000 110100

Color Harmonies of #DD422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD422B

Black with #DD422B

Text Example


Text Example

White with #DD422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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