Html Css Color HEX #DC0723 Fire Engine Red

📋 copy color: '#DC0723'

red 220 ◦ green 7 ◦ blue 35

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

Shades of Fire Engine Red #DC0723

Tints of Fire Engine Red #DC0723

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 83.97%
G = 2.67%
B = 13.36%

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

#DC0723 (or 0xDC0723) is known color: Fire Engine Red. HEX triplet: DC, 07 and 23. RGB value is (220,7,35). Sum of RGB (Red+Green+Blue) = 220+7+35=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0723 is #23F8DC. Grayscale: #494949. Windows color (decimal): -2357469 or 2295772. OLE color: 2295772.

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

Color convert

RGB 220 7 35 -
CMYK 0 0.97 0.84 0.14
HSL 352.11º 0.94% 0.45% -
HSV(B) 352.11º 0.97% 0.86% -
XYZ 29.89 15.49 3 -
YUV 73.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 220 7 35 0 0.97 0.84 0.14 352.11 0.94 0.45
Hex DC 7 23 0 61 54 E 160 5E 2D
Octal 334 7 43 0 141 124 16 540 136 55
Binary 11011100 111 100011 0 1100001 1010100 1110 101100000 1011110 101101

Color Harmonies of #DC0723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0723

Black with #DC0723

Text Example


Text Example

White with #DC0723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0723; }

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

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

background-color css

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

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

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

border-color css

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

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

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