Html Css Color HEX #DF372A Cinnabar

📋 copy color: '#DF372A'

red 223 ◦ green 55 ◦ blue 42

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

Shades of Cinnabar #DF372A

Tints of Cinnabar #DF372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 69.69%
G = 17.19%
B = 13.13%

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

#DF372A (or 0xDF372A) is known color: Cinnabar. HEX triplet: DF, 37 and 2A. RGB value is (223,55,42). Sum of RGB (Red+Green+Blue) = 223+55+42=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF372A is #20C8D5. Grayscale: #676767. Windows color (decimal): -2148566 or 2766815. OLE color: 2766815.

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

Color convert

RGB 223 55 42 -
CMYK 0 0.75 0.81 0.13
HSL 4.31º 0.74% 0.52% -
HSV(B) 4.31º 0.81% 0.87% -
XYZ 32.22 18.59 4.08 -
YUV 103.75 93.16 213.06 -
System Red Green Blue C M Y K H S L
Decimal 223 55 42 0 0.75 0.81 0.13 4.31 0.74 0.52
Hex DF 37 2A 0 4B 51 D 4 4A 34
Octal 337 67 52 0 113 121 15 4 112 64
Binary 11011111 110111 101010 0 1001011 1010001 1101 100 1001010 110100

Color Harmonies of #DF372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF372A

Black with #DF372A

Text Example


Text Example

White with #DF372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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