Html Css Color HEX #DD461F Cinnabar

📋 copy color: '#DD461F'

red 221 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #DD461F

Tints of Cinnabar #DD461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 68.63%
G = 21.74%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD461F (or 0xDD461F) is known color: Cinnabar. HEX triplet: DD, 46 and 1F. RGB value is (221,70,31). Sum of RGB (Red+Green+Blue) = 221+70+31=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD461F is #22B9E0. Grayscale: #6F6F6F. Windows color (decimal): -2275809 or 2049757. OLE color: 2049757.

HSL color Cylindrical-coordinate representation of color #DD461F: hue angle of 12.32º degrees, saturation: 0.75, 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 #DD461F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 31 -
CMYK 0 0.68 0.86 0.13
HSL 12.32º 0.75% 0.49% -
HSV(B) 12.32º 0.86% 0.87% -
XYZ 32.26 19.85 3.43 -
YUV 110.7 83.03 206.67 -
System Red Green Blue C M Y K H S L
Decimal 221 70 31 0 0.68 0.86 0.13 12.32 0.75 0.49
Hex DD 46 1F 0 44 56 D C 4B 31
Octal 335 106 37 0 104 126 15 14 113 61
Binary 11011101 1000110 11111 0 1000100 1010110 1101 1100 1001011 110001

Color Harmonies of #DD461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD461F

Black with #DD461F

Text Example


Text Example

White with #DD461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD461F; }

 p { color: rgb(221,70,31); }

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

background-color css

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

 a { background-color: rgb(221,70,31); }

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

border-color css

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

 span { border-color: rgb(221,70,31); }

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