Html Css Color HEX #DF352A Cinnabar

📋 copy color: '#DF352A'

red 223 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #DF352A

Tints of Cinnabar #DF352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 70.13%
G = 16.67%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF352A (or 0xDF352A) is known color: Cinnabar. HEX triplet: DF, 35 and 2A. RGB value is (223,53,42). Sum of RGB (Red+Green+Blue) = 223+53+42=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF352A is #20CAD5. Grayscale: #666666. Windows color (decimal): -2149078 or 2766303. OLE color: 2766303.

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

Color convert

RGB 223 53 42 -
CMYK 0 0.76 0.81 0.13
HSL 3.65º 0.74% 0.52% -
HSV(B) 3.65º 0.81% 0.87% -
XYZ 32.12 18.4 4.05 -
YUV 102.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 223 53 42 0 0.76 0.81 0.13 3.65 0.74 0.52
Hex DF 35 2A 0 4C 51 D 4 4A 34
Octal 337 65 52 0 114 121 15 4 112 64
Binary 11011111 110101 101010 0 1001100 1010001 1101 100 1001010 110100

Color Harmonies of #DF352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF352A

Black with #DF352A

Text Example


Text Example

White with #DF352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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