Html Css Color HEX #DD412B Cinnabar

📋 copy color: '#DD412B'

red 221 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #DD412B

Tints of Cinnabar #DD412B

RGB

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

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

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

R = 67.17%
G = 19.76%
B = 13.07%

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

#DD412B (or 0xDD412B) is known color: Cinnabar. HEX triplet: DD, 41 and 2B. RGB value is (221,65,43). Sum of RGB (Red+Green+Blue) = 221+65+43=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD412B is #22BED4. Grayscale: #6D6D6D. Windows color (decimal): -2277077 or 2834909. OLE color: 2834909.

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

Color convert

RGB 221 65 43 -
CMYK 0 0.71 0.81 0.13
HSL 7.42º 0.72% 0.52% -
HSV(B) 7.42º 0.81% 0.87% -
XYZ 32.15 19.33 4.32 -
YUV 109.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 221 65 43 0 0.71 0.81 0.13 7.42 0.72 0.52
Hex DD 41 2B 0 47 51 D 7 48 34
Octal 335 101 53 0 107 121 15 7 110 64
Binary 11011101 1000001 101011 0 1000111 1010001 1101 111 1001000 110100

Color Harmonies of #DD412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD412B

Black with #DD412B

Text Example


Text Example

White with #DD412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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