Html Css Color HEX #DF3130 Cinnabar

📋 copy color: '#DF3130'

red 223 ◦ green 49 ◦ blue 48

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

Shades of Cinnabar #DF3130

Tints of Cinnabar #DF3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 69.69%
G = 15.31%
B = 15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3130 (or 0xDF3130) is known color: Cinnabar. HEX triplet: DF, 31 and 30. RGB value is (223,49,48). Sum of RGB (Red+Green+Blue) = 223+49+48=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3130 is #20CECF. Grayscale: #656565. Windows color (decimal): -2150096 or 3158495. OLE color: 3158495.

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

Color convert

RGB 223 49 48 -
CMYK 0 0.78 0.78 0.13
HSL 0.34º 0.73% 0.53% -
HSV(B) 0.34º 0.78% 0.87% -
XYZ 32.06 18.1 4.6 -
YUV 100.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 223 49 48 0 0.78 0.78 0.13 0.34 0.73 0.53
Hex DF 31 30 0 4E 4E D 0 49 35
Octal 337 61 60 0 116 116 15 0 111 65
Binary 11011111 110001 110000 0 1001110 1001110 1101 0 1001001 110101

Color Harmonies of #DF3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3130

Black with #DF3130

Text Example


Text Example

White with #DF3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3130; }

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

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

background-color css

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

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

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

border-color css

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

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

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