Html Css Color HEX #DF3D38 Cinnabar

📋 copy color: '#DF3D38'

red 223 ◦ green 61 ◦ blue 56

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

Shades of Cinnabar #DF3D38

Tints of Cinnabar #DF3D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 65.59%
G = 17.94%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF3D38 (or 0xDF3D38) is known color: Cinnabar. HEX triplet: DF, 3D and 38. RGB value is (223,61,56). Sum of RGB (Red+Green+Blue) = 223+61+56=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D38 is #20C2C7. Grayscale: #6D6D6D. Windows color (decimal): -2147016 or 3685855. OLE color: 3685855.

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

Color convert

RGB 223 61 56 -
CMYK 0 0.73 0.75 0.13
HSL 1.8º 0.72% 0.55% -
HSV(B) 1.8º 0.75% 0.87% -
XYZ 32.81 19.31 5.74 -
YUV 108.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 223 61 56 0 0.73 0.75 0.13 1.8 0.72 0.55
Hex DF 3D 38 0 49 4B D 2 48 37
Octal 337 75 70 0 111 113 15 2 110 67
Binary 11011111 111101 111000 0 1001001 1001011 1101 10 1001000 110111

Color Harmonies of #DF3D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D38

Black with #DF3D38

Text Example


Text Example

White with #DF3D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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