Html Css Color HEX #DF3D37 Cinnabar

📋 copy color: '#DF3D37'

red 223 ◦ green 61 ◦ blue 55

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

Shades of Cinnabar #DF3D37

Tints of Cinnabar #DF3D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 65.78%
G = 17.99%
B = 16.22%

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

#DF3D37 (or 0xDF3D37) is known color: Cinnabar. HEX triplet: DF, 3D and 37. RGB value is (223,61,55). Sum of RGB (Red+Green+Blue) = 223+61+55=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D37 is #20C2C8. Grayscale: #6C6C6C. Windows color (decimal): -2147017 or 3620319. OLE color: 3620319.

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

Color convert

RGB 223 61 55 -
CMYK 0 0.73 0.75 0.13
HSL 2.14º 0.72% 0.55% -
HSV(B) 2.14º 0.75% 0.87% -
XYZ 32.79 19.3 5.61 -
YUV 108.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 223 61 55 0 0.73 0.75 0.13 2.14 0.72 0.55
Hex DF 3D 37 0 49 4B D 2 48 37
Octal 337 75 67 0 111 113 15 2 110 67
Binary 11011111 111101 110111 0 1001001 1001011 1101 10 1001000 110111

Color Harmonies of #DF3D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D37

Black with #DF3D37

Text Example


Text Example

White with #DF3D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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