Html Css Color HEX #DF3630 Cinnabar

📋 copy color: '#DF3630'

red 223 ◦ green 54 ◦ blue 48

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

Shades of Cinnabar #DF3630

Tints of Cinnabar #DF3630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 68.62%
G = 16.62%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3630 (or 0xDF3630) is known color: Cinnabar. HEX triplet: DF, 36 and 30. RGB value is (223,54,48). Sum of RGB (Red+Green+Blue) = 223+54+48=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3630 is #20C9CF. Grayscale: #686868. Windows color (decimal): -2148816 or 3159775. OLE color: 3159775.

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

Color convert

RGB 223 54 48 -
CMYK 0 0.76 0.78 0.13
HSL 2.06º 0.73% 0.53% -
HSV(B) 2.06º 0.78% 0.87% -
XYZ 32.28 18.54 4.67 -
YUV 103.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 223 54 48 0 0.76 0.78 0.13 2.06 0.73 0.53
Hex DF 36 30 0 4C 4E D 2 49 35
Octal 337 66 60 0 114 116 15 2 111 65
Binary 11011111 110110 110000 0 1001100 1001110 1101 10 1001001 110101

Color Harmonies of #DF3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3630

Black with #DF3630

Text Example


Text Example

White with #DF3630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3630; }

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

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

background-color css

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

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

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

border-color css

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

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

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