Html Css Color HEX #DF4A2B Cinnabar

📋 copy color: '#DF4A2B'

red 223 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #DF4A2B

Tints of Cinnabar #DF4A2B

RGB

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

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

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

R = 65.59%
G = 21.76%
B = 12.65%

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

#DF4A2B (or 0xDF4A2B) is known color: Cinnabar. HEX triplet: DF, 4A and 2B. RGB value is (223,74,43). Sum of RGB (Red+Green+Blue) = 223+74+43=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A2B is #20B5D4. Grayscale: #737373. Windows color (decimal): -2143701 or 2837215. OLE color: 2837215.

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

Color convert

RGB 223 74 43 -
CMYK 0 0.67 0.81 0.13
HSL 10.33º 0.74% 0.52% -
HSV(B) 10.33º 0.81% 0.87% -
XYZ 33.32 20.76 4.54 -
YUV 115.02 87.36 205.02 -
System Red Green Blue C M Y K H S L
Decimal 223 74 43 0 0.67 0.81 0.13 10.33 0.74 0.52
Hex DF 4A 2B 0 43 51 D A 4A 34
Octal 337 112 53 0 103 121 15 12 112 64
Binary 11011111 1001010 101011 0 1000011 1010001 1101 1010 1001010 110100

Color Harmonies of #DF4A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A2B

Black with #DF4A2B

Text Example


Text Example

White with #DF4A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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