Html Css Color HEX #DC4130 Cinnabar

📋 copy color: '#DC4130'

red 220 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #DC4130

Tints of Cinnabar #DC4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 66.07%
G = 19.52%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC4130 (or 0xDC4130) is known color: Cinnabar. HEX triplet: DC, 41 and 30. RGB value is (220,65,48). Sum of RGB (Red+Green+Blue) = 220+65+48=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4130 is #23BECF. Grayscale: #6D6D6D. Windows color (decimal): -2342608 or 3162588. OLE color: 3162588.

HSL color Cylindrical-coordinate representation of color #DC4130: hue angle of 5.93º 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 #DC4130 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 48 -
CMYK 0 0.70 0.78 0.14
HSL 5.93º 0.71% 0.53% -
HSV(B) 5.93º 0.78% 0.86% -
XYZ 31.94 19.21 4.82 -
YUV 109.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 220 65 48 0 0.70 0.78 0.14 5.93 0.71 0.53
Hex DC 41 30 0 46 4E E 6 47 35
Octal 334 101 60 0 106 116 16 6 107 65
Binary 11011100 1000001 110000 0 1000110 1001110 1110 110 1000111 110101

Color Harmonies of #DC4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4130

Black with #DC4130

Text Example


Text Example

White with #DC4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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