Html Css Color HEX #DF4A2A Cinnabar

📋 copy color: '#DF4A2A'

red 223 ◦ green 74 ◦ blue 42

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

Shades of Cinnabar #DF4A2A

Tints of Cinnabar #DF4A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

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

R = 65.78%
G = 21.83%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF4A2A (or 0xDF4A2A) is known color: Cinnabar. HEX triplet: DF, 4A and 2A. RGB value is (223,74,42). Sum of RGB (Red+Green+Blue) = 223+74+42=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A2A is #20B5D5. Grayscale: #737373. Windows color (decimal): -2143702 or 2771679. OLE color: 2771679.

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

Color convert

RGB 223 74 42 -
CMYK 0 0.67 0.81 0.13
HSL 10.61º 0.74% 0.52% -
HSV(B) 10.61º 0.81% 0.87% -
XYZ 33.3 20.75 4.44 -
YUV 114.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 223 74 42 0 0.67 0.81 0.13 10.61 0.74 0.52
Hex DF 4A 2A 0 43 51 D B 4A 34
Octal 337 112 52 0 103 121 15 13 112 64
Binary 11011111 1001010 101010 0 1000011 1010001 1101 1011 1001010 110100

Color Harmonies of #DF4A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A2A

Black with #DF4A2A

Text Example


Text Example

White with #DF4A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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