Html Css Color HEX #DF3C2F Cinnabar

📋 copy color: '#DF3C2F'

red 223 ◦ green 60 ◦ blue 47

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

Shades of Cinnabar #DF3C2F

Tints of Cinnabar #DF3C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 67.58%
G = 18.18%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF3C2F (or 0xDF3C2F) is known color: Cinnabar. HEX triplet: DF, 3C and 2F. RGB value is (223,60,47). Sum of RGB (Red+Green+Blue) = 223+60+47=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C2F is #20C3D0. Grayscale: #6B6B6B. Windows color (decimal): -2147281 or 3095775. OLE color: 3095775.

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

Color convert

RGB 223 60 47 -
CMYK 0 0.73 0.79 0.13
HSL 4.43º 0.73% 0.53% -
HSV(B) 4.43º 0.79% 0.87% -
XYZ 32.56 19.12 4.66 -
YUV 107.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 223 60 47 0 0.73 0.79 0.13 4.43 0.73 0.53
Hex DF 3C 2F 0 49 4F D 4 49 35
Octal 337 74 57 0 111 117 15 4 111 65
Binary 11011111 111100 101111 0 1001001 1001111 1101 100 1001001 110101

Color Harmonies of #DF3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C2F

Black with #DF3C2F

Text Example


Text Example

White with #DF3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C2F; }

 p { color: rgb(223,60,47); }

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

background-color css

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

 a { background-color: rgb(223,60,47); }

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

border-color css

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

 span { border-color: rgb(223,60,47); }

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