Html Css Color HEX #DC0738 Crimson

📋 copy color: '#DC0738'

red 220 ◦ green 7 ◦ blue 56

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

Shades of Crimson #DC0738

Tints of Crimson #DC0738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 77.74%
G = 2.47%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0738 (or 0xDC0738) is known color: Crimson. HEX triplet: DC, 07 and 38. RGB value is (220,7,56). Sum of RGB (Red+Green+Blue) = 220+7+56=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0738 is #23F8C7. Grayscale: #4C4C4C. Windows color (decimal): -2357448 or 3672028. OLE color: 3672028.

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

Color convert

RGB 220 7 56 -
CMYK 0 0.97 0.75 0.14
HSL 346.2º 0.94% 0.45% -
HSV(B) 346.2º 0.97% 0.86% -
XYZ 30.3 15.65 5.17 -
YUV 76.27 116.57 230.52 -
System Red Green Blue C M Y K H S L
Decimal 220 7 56 0 0.97 0.75 0.14 346.2 0.94 0.45
Hex DC 7 38 0 61 4B E 15A 5E 2D
Octal 334 7 70 0 141 113 16 532 136 55
Binary 11011100 111 111000 0 1100001 1001011 1110 101011010 1011110 101101

Color Harmonies of #DC0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0738

Black with #DC0738

Text Example


Text Example

White with #DC0738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0738; }

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

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

background-color css

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

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

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

border-color css

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

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

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