Html Css Color HEX #DF3A2E Cinnabar

📋 copy color: '#DF3A2E'

red 223 ◦ green 58 ◦ blue 46

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

Shades of Cinnabar #DF3A2E

Tints of Cinnabar #DF3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 68.2%
G = 17.74%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF3A2E (or 0xDF3A2E) is known color: Cinnabar. HEX triplet: DF, 3A and 2E. RGB value is (223,58,46). Sum of RGB (Red+Green+Blue) = 223+58+46=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A2E is #20C5D1. Grayscale: #6A6A6A. Windows color (decimal): -2147794 or 3029727. OLE color: 3029727.

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

Color convert

RGB 223 58 46 -
CMYK 0 0.74 0.79 0.13
HSL 4.07º 0.73% 0.53% -
HSV(B) 4.07º 0.79% 0.87% -
XYZ 32.44 18.91 4.53 -
YUV 105.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 223 58 46 0 0.74 0.79 0.13 4.07 0.73 0.53
Hex DF 3A 2E 0 4A 4F D 4 49 35
Octal 337 72 56 0 112 117 15 4 111 65
Binary 11011111 111010 101110 0 1001010 1001111 1101 100 1001001 110101

Color Harmonies of #DF3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A2E

Black with #DF3A2E

Text Example


Text Example

White with #DF3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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