Html Css Color HEX #DF3A30 Cinnabar

📋 copy color: '#DF3A30'

red 223 ◦ green 58 ◦ blue 48

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

Shades of Cinnabar #DF3A30

Tints of Cinnabar #DF3A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 67.78%
G = 17.63%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3A30 (or 0xDF3A30) is known color: Cinnabar. HEX triplet: DF, 3A and 30. RGB value is (223,58,48). Sum of RGB (Red+Green+Blue) = 223+58+48=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A30 is #20C5CF. Grayscale: #6A6A6A. Windows color (decimal): -2147792 or 3160799. OLE color: 3160799.

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

Color convert

RGB 223 58 48 -
CMYK 0 0.74 0.78 0.13
HSL 3.43º 0.73% 0.53% -
HSV(B) 3.43º 0.78% 0.87% -
XYZ 32.48 18.93 4.74 -
YUV 106.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 223 58 48 0 0.74 0.78 0.13 3.43 0.73 0.53
Hex DF 3A 30 0 4A 4E D 3 49 35
Octal 337 72 60 0 112 116 15 3 111 65
Binary 11011111 111010 110000 0 1001010 1001110 1101 11 1001001 110101

Color Harmonies of #DF3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A30

Black with #DF3A30

Text Example


Text Example

White with #DF3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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