Html Css Color HEX #DF4B2A Cinnabar

📋 copy color: '#DF4B2A'

red 223 ◦ green 75 ◦ blue 42

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

Shades of Cinnabar #DF4B2A

Tints of Cinnabar #DF4B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

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

R = 65.59%
G = 22.06%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF4B2A (or 0xDF4B2A) is known color: Cinnabar. HEX triplet: DF, 4B and 2A. RGB value is (223,75,42). Sum of RGB (Red+Green+Blue) = 223+75+42=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B2A is #20B4D5. Grayscale: #737373. Windows color (decimal): -2143446 or 2771935. OLE color: 2771935.

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

Color convert

RGB 223 75 42 -
CMYK 0 0.66 0.81 0.13
HSL 10.94º 0.74% 0.52% -
HSV(B) 10.94º 0.81% 0.87% -
XYZ 33.37 20.89 4.46 -
YUV 115.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 223 75 42 0 0.66 0.81 0.13 10.94 0.74 0.52
Hex DF 4B 2A 0 42 51 D B 4A 34
Octal 337 113 52 0 102 121 15 13 112 64
Binary 11011111 1001011 101010 0 1000010 1010001 1101 1011 1001010 110100

Color Harmonies of #DF4B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B2A

Black with #DF4B2A

Text Example


Text Example

White with #DF4B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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