Html Css Color HEX #DD431E Cinnabar

📋 copy color: '#DD431E'

red 221 ◦ green 67 ◦ blue 30

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

Shades of Cinnabar #DD431E

Tints of Cinnabar #DD431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 69.5%
G = 21.07%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD431E (or 0xDD431E) is known color: Cinnabar. HEX triplet: DD, 43 and 1E. RGB value is (221,67,30). Sum of RGB (Red+Green+Blue) = 221+67+30=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD431E is #22BCE1. Grayscale: #6D6D6D. Windows color (decimal): -2276578 or 1983453. OLE color: 1983453.

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

Color convert

RGB 221 67 30 -
CMYK 0 0.70 0.86 0.13
HSL 11.62º 0.76% 0.49% -
HSV(B) 11.62º 0.86% 0.87% -
XYZ 32.06 19.48 3.3 -
YUV 108.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 221 67 30 0 0.70 0.86 0.13 11.62 0.76 0.49
Hex DD 43 1E 0 46 56 D C 4C 31
Octal 335 103 36 0 106 126 15 14 114 61
Binary 11011101 1000011 11110 0 1000110 1010110 1101 1100 1001100 110001

Color Harmonies of #DD431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD431E

Black with #DD431E

Text Example


Text Example

White with #DD431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD431E; }

 p { color: rgb(221,67,30); }

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

background-color css

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

 a { background-color: rgb(221,67,30); }

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

border-color css

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

 span { border-color: rgb(221,67,30); }

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