Html Css Color HEX #DD412A Cinnabar

📋 copy color: '#DD412A'

red 221 ◦ green 65 ◦ blue 42

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

Shades of Cinnabar #DD412A

Tints of Cinnabar #DD412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 67.38%
G = 19.82%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD412A (or 0xDD412A) is known color: Cinnabar. HEX triplet: DD, 41 and 2A. RGB value is (221,65,42). Sum of RGB (Red+Green+Blue) = 221+65+42=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD412A is #22BED5. Grayscale: #6D6D6D. Windows color (decimal): -2277078 or 2769373. OLE color: 2769373.

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

Color convert

RGB 221 65 42 -
CMYK 0 0.71 0.81 0.13
HSL 7.71º 0.72% 0.52% -
HSV(B) 7.71º 0.81% 0.87% -
XYZ 32.13 19.32 4.23 -
YUV 109.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 221 65 42 0 0.71 0.81 0.13 7.71 0.72 0.52
Hex DD 41 2A 0 47 51 D 8 48 34
Octal 335 101 52 0 107 121 15 10 110 64
Binary 11011101 1000001 101010 0 1000111 1010001 1101 1000 1001000 110100

Color Harmonies of #DD412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD412A

Black with #DD412A

Text Example


Text Example

White with #DD412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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