Html Css Color HEX #DC0623 Fire Engine Red

📋 copy color: '#DC0623'

red 220 ◦ green 6 ◦ blue 35

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

Shades of Fire Engine Red #DC0623

Tints of Fire Engine Red #DC0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 84.29%
G = 2.3%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC0623 (or 0xDC0623) is known color: Fire Engine Red. HEX triplet: DC, 06 and 23. RGB value is (220,6,35). Sum of RGB (Red+Green+Blue) = 220+6+35=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0623 is #23F9DC. Grayscale: #494949. Windows color (decimal): -2357725 or 2295516. OLE color: 2295516.

HSL color Cylindrical-coordinate representation of color #DC0623: hue angle of 351.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0623 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 35 -
CMYK 0 0.97 0.84 0.14
HSL 351.87º 0.95% 0.44% -
HSV(B) 351.87º 0.97% 0.86% -
XYZ 29.88 15.47 3 -
YUV 73.29 106.4 232.64 -
System Red Green Blue C M Y K H S L
Decimal 220 6 35 0 0.97 0.84 0.14 351.87 0.95 0.44
Hex DC 6 23 0 61 54 E 160 5F 2C
Octal 334 6 43 0 141 124 16 540 137 54
Binary 11011100 110 100011 0 1100001 1010100 1110 101100000 1011111 101100

Color Harmonies of #DC0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0623

Black with #DC0623

Text Example


Text Example

White with #DC0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0623; }

 p { color: rgb(220,6,35); }

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

background-color css

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

 a { background-color: rgb(220,6,35); }

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

border-color css

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

 span { border-color: rgb(220,6,35); }

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