Html Css Color HEX #DC4B30 Cinnabar

📋 copy color: '#DC4B30'

red 220 ◦ green 75 ◦ blue 48

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

Shades of Cinnabar #DC4B30

Tints of Cinnabar #DC4B30

RGB

 RED value IS 220 (86.33% from 255) = 64.14%

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

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 64.14%
G = 21.87%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC4B30 (or 0xDC4B30) is known color: Cinnabar. HEX triplet: DC, 4B and 30. RGB value is (220,75,48). Sum of RGB (Red+Green+Blue) = 220+75+48=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B30 is #23B4CF. Grayscale: #737373. Windows color (decimal): -2340048 or 3165148. OLE color: 3165148.

HSL color Cylindrical-coordinate representation of color #DC4B30: hue angle of 9.42º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4B30 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 75 48 -
CMYK 0 0.66 0.78 0.14
HSL 9.42º 0.71% 0.53% -
HSV(B) 9.42º 0.78% 0.86% -
XYZ 32.56 20.46 5.03 -
YUV 115.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 220 75 48 0 0.66 0.78 0.14 9.42 0.71 0.53
Hex DC 4B 30 0 42 4E E 9 47 35
Octal 334 113 60 0 102 116 16 11 107 65
Binary 11011100 1001011 110000 0 1000010 1001110 1110 1001 1000111 110101

Color Harmonies of #DC4B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B30

Black with #DC4B30

Text Example


Text Example

White with #DC4B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B30; }

 p { color: rgb(220,75,48); }

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

background-color css

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

 a { background-color: rgb(220,75,48); }

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

border-color css

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

 span { border-color: rgb(220,75,48); }

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