Html Css Color HEX #DF382A Cinnabar

📋 copy color: '#DF382A'

red 223 ◦ green 56 ◦ blue 42

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

Shades of Cinnabar #DF382A

Tints of Cinnabar #DF382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 69.47%
G = 17.45%
B = 13.08%

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

#DF382A (or 0xDF382A) is known color: Cinnabar. HEX triplet: DF, 38 and 2A. RGB value is (223,56,42). Sum of RGB (Red+Green+Blue) = 223+56+42=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF382A is #20C7D5. Grayscale: #686868. Windows color (decimal): -2148310 or 2767071. OLE color: 2767071.

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

Color convert

RGB 223 56 42 -
CMYK 0 0.75 0.81 0.13
HSL 4.64º 0.74% 0.52% -
HSV(B) 4.64º 0.81% 0.87% -
XYZ 32.26 18.68 4.1 -
YUV 104.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 223 56 42 0 0.75 0.81 0.13 4.64 0.74 0.52
Hex DF 38 2A 0 4B 51 D 5 4A 34
Octal 337 70 52 0 113 121 15 5 112 64
Binary 11011111 111000 101010 0 1001011 1010001 1101 101 1001010 110100

Color Harmonies of #DF382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF382A

Black with #DF382A

Text Example


Text Example

White with #DF382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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