Html Css Color HEX #DF382B Cinnabar

📋 copy color: '#DF382B'

red 223 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #DF382B

Tints of Cinnabar #DF382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 69.25%
G = 17.39%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF382B (or 0xDF382B) is known color: Cinnabar. HEX triplet: DF, 38 and 2B. RGB value is (223,56,43). Sum of RGB (Red+Green+Blue) = 223+56+43=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF382B is #20C7D4. Grayscale: #686868. Windows color (decimal): -2148309 or 2832607. OLE color: 2832607.

HSL color Cylindrical-coordinate representation of color #DF382B: hue angle of 4.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF382B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 43 -
CMYK 0 0.75 0.81 0.13
HSL 4.33º 0.74% 0.52% -
HSV(B) 4.33º 0.81% 0.87% -
XYZ 32.28 18.69 4.19 -
YUV 104.45 93.33 212.56 -
System Red Green Blue C M Y K H S L
Decimal 223 56 43 0 0.75 0.81 0.13 4.33 0.74 0.52
Hex DF 38 2B 0 4B 51 D 4 4A 34
Octal 337 70 53 0 113 121 15 4 112 64
Binary 11011111 111000 101011 0 1001011 1010001 1101 100 1001010 110100

Color Harmonies of #DF382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF382B

Black with #DF382B

Text Example


Text Example

White with #DF382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF382B; }

 p { color: rgb(223,56,43); }

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

background-color css

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

 a { background-color: rgb(223,56,43); }

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

border-color css

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

 span { border-color: rgb(223,56,43); }

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