Html Css Color HEX #DC042F Crimson

📋 copy color: '#DC042F'

red 220 ◦ green 4 ◦ blue 47

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

Shades of Crimson #DC042F

Tints of Crimson #DC042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 81.18%
G = 1.48%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC042F (or 0xDC042F) is known color: Crimson. HEX triplet: DC, 04 and 2F. RGB value is (220,4,47). Sum of RGB (Red+Green+Blue) = 220+4+47=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC042F is #23FBD0. Grayscale: #494949. Windows color (decimal): -2358225 or 3081436. OLE color: 3081436.

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

Color convert

RGB 220 4 47 -
CMYK 0 0.98 0.79 0.14
HSL 348.06º 0.96% 0.44% -
HSV(B) 348.06º 0.98% 0.86% -
XYZ 30.07 15.51 4.1 -
YUV 73.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 220 4 47 0 0.98 0.79 0.14 348.06 0.96 0.44
Hex DC 4 2F 0 62 4F E 15C 60 2C
Octal 334 4 57 0 142 117 16 534 140 54
Binary 11011100 100 101111 0 1100010 1001111 1110 101011100 1100000 101100

Color Harmonies of #DC042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC042F

Black with #DC042F

Text Example


Text Example

White with #DC042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC042F; }

 p { color: rgb(220,4,47); }

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

background-color css

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

 a { background-color: rgb(220,4,47); }

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

border-color css

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

 span { border-color: rgb(220,4,47); }

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