Html Css Color HEX #DF3330 Cinnabar

📋 copy color: '#DF3330'

red 223 ◦ green 51 ◦ blue 48

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

Shades of Cinnabar #DF3330

Tints of Cinnabar #DF3330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

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

R = 69.25%
G = 15.84%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3330 (or 0xDF3330) is known color: Cinnabar. HEX triplet: DF, 33 and 30. RGB value is (223,51,48). Sum of RGB (Red+Green+Blue) = 223+51+48=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3330 is #20CCCF. Grayscale: #666666. Windows color (decimal): -2149584 or 3159007. OLE color: 3159007.

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

Color convert

RGB 223 51 48 -
CMYK 0 0.77 0.78 0.13
HSL 1.03º 0.73% 0.53% -
HSV(B) 1.03º 0.78% 0.87% -
XYZ 32.15 18.27 4.63 -
YUV 102.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 223 51 48 0 0.77 0.78 0.13 1.03 0.73 0.53
Hex DF 33 30 0 4D 4E D 1 49 35
Octal 337 63 60 0 115 116 15 1 111 65
Binary 11011111 110011 110000 0 1001101 1001110 1101 1 1001001 110101

Color Harmonies of #DF3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3330

Black with #DF3330

Text Example


Text Example

White with #DF3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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