Html Css Color HEX #DD422A Cinnabar

📋 copy color: '#DD422A'

red 221 ◦ green 66 ◦ blue 42

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

Shades of Cinnabar #DD422A

Tints of Cinnabar #DD422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 67.17%
G = 20.06%
B = 12.77%

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

#DD422A (or 0xDD422A) is known color: Cinnabar. HEX triplet: DD, 42 and 2A. RGB value is (221,66,42). Sum of RGB (Red+Green+Blue) = 221+66+42=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD422A is #22BDD5. Grayscale: #6D6D6D. Windows color (decimal): -2276822 or 2769629. OLE color: 2769629.

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

Color convert

RGB 221 66 42 -
CMYK 0 0.70 0.81 0.13
HSL 8.04º 0.72% 0.52% -
HSV(B) 8.04º 0.81% 0.87% -
XYZ 32.18 19.44 4.25 -
YUV 109.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 221 66 42 0 0.70 0.81 0.13 8.04 0.72 0.52
Hex DD 42 2A 0 46 51 D 8 48 34
Octal 335 102 52 0 106 121 15 10 110 64
Binary 11011101 1000010 101010 0 1000110 1010001 1101 1000 1001000 110100

Color Harmonies of #DD422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD422A

Black with #DD422A

Text Example


Text Example

White with #DD422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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