Html Css Color HEX #DF3831 Cinnabar

📋 copy color: '#DF3831'

red 223 ◦ green 56 ◦ blue 49

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

Shades of Cinnabar #DF3831

Tints of Cinnabar #DF3831

RGB

 RED value IS 223 (87.5% from 255) = 67.99%

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 67.99%
G = 17.07%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3831 (or 0xDF3831) is known color: Cinnabar. HEX triplet: DF, 38 and 31. RGB value is (223,56,49). Sum of RGB (Red+Green+Blue) = 223+56+49=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3831 is #20C7CE. Grayscale: #696969. Windows color (decimal): -2148303 or 3225823. OLE color: 3225823.

HSL color Cylindrical-coordinate representation of color #DF3831: hue angle of 2.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3831 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 49 -
CMYK 0 0.75 0.78 0.13
HSL 2.41º 0.73% 0.53% -
HSV(B) 2.41º 0.78% 0.87% -
XYZ 32.4 18.74 4.81 -
YUV 105.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 223 56 49 0 0.75 0.78 0.13 2.41 0.73 0.53
Hex DF 38 31 0 4B 4E D 2 49 35
Octal 337 70 61 0 113 116 15 2 111 65
Binary 11011111 111000 110001 0 1001011 1001110 1101 10 1001001 110101

Color Harmonies of #DF3831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3831

Black with #DF3831

Text Example


Text Example

White with #DF3831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3831; }

 p { color: rgb(223,56,49); }

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

background-color css

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

 a { background-color: rgb(223,56,49); }

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

border-color css

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

 span { border-color: rgb(223,56,49); }

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