Html Css Color HEX #DF3830 Cinnabar

📋 copy color: '#DF3830'

red 223 ◦ green 56 ◦ blue 48

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

Shades of Cinnabar #DF3830

Tints of Cinnabar #DF3830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 68.2%
G = 17.13%
B = 14.68%

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

#DF3830 (or 0xDF3830) is known color: Cinnabar. HEX triplet: DF, 38 and 30. RGB value is (223,56,48). Sum of RGB (Red+Green+Blue) = 223+56+48=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3830 is #20C7CF. Grayscale: #696969. Windows color (decimal): -2148304 or 3160287. OLE color: 3160287.

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

Color convert

RGB 223 56 48 -
CMYK 0 0.75 0.78 0.13
HSL 2.74º 0.73% 0.53% -
HSV(B) 2.74º 0.78% 0.87% -
XYZ 32.38 18.73 4.7 -
YUV 105.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 223 56 48 0 0.75 0.78 0.13 2.74 0.73 0.53
Hex DF 38 30 0 4B 4E D 3 49 35
Octal 337 70 60 0 113 116 15 3 111 65
Binary 11011111 111000 110000 0 1001011 1001110 1101 11 1001001 110101

Color Harmonies of #DF3830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3830

Black with #DF3830

Text Example


Text Example

White with #DF3830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3830; }

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

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

background-color css

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

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

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

border-color css

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

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

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