Html Css Color HEX #DF332E Cinnabar

📋 copy color: '#DF332E'

red 223 ◦ green 51 ◦ blue 46

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

Shades of Cinnabar #DF332E

Tints of Cinnabar #DF332E

RGB

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

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

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

R = 69.69%
G = 15.94%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF332E (or 0xDF332E) is known color: Cinnabar. HEX triplet: DF, 33 and 2E. RGB value is (223,51,46). Sum of RGB (Red+Green+Blue) = 223+51+46=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF332E is #20CCD1. Grayscale: #666666. Windows color (decimal): -2149586 or 3027935. OLE color: 3027935.

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

Color convert

RGB 223 51 46 -
CMYK 0 0.77 0.79 0.13
HSL 1.69º 0.73% 0.53% -
HSV(B) 1.69º 0.79% 0.87% -
XYZ 32.11 18.25 4.42 -
YUV 101.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 223 51 46 0 0.77 0.79 0.13 1.69 0.73 0.53
Hex DF 33 2E 0 4D 4F D 2 49 35
Octal 337 63 56 0 115 117 15 2 111 65
Binary 11011111 110011 101110 0 1001101 1001111 1101 10 1001001 110101

Color Harmonies of #DF332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF332E

Black with #DF332E

Text Example


Text Example

White with #DF332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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