Html Css Color HEX #DC002F Crimson

📋 copy color: '#DC002F'

red 220 ◦ green 0 ◦ blue 47

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

Shades of Crimson #DC002F

Tints of Crimson #DC002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.4%
G = 0%
B = 17.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC002F (or 0xDC002F) is known color: Crimson. HEX triplet: DC, 00 and 2F. RGB value is (220,0,47). Sum of RGB (Red+Green+Blue) = 220+0+47=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC002F is #23FFD0. Grayscale: #474747. Windows color (decimal): -2359249 or 3080412. OLE color: 3080412.

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

Color convert

RGB 220 0 47 -
CMYK 0 1 0.79 0.14
HSL 347.18º 1% 0.43% -
HSV(B) 347.18º 1% 0.86% -
XYZ 30.03 15.42 4.08 -
YUV 71.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 220 0 47 0 1 0.79 0.14 347.18 1 0.43
Hex DC 0 2F 0 64 4F E 15B 64 2B
Octal 334 0 57 0 144 117 16 533 144 53
Binary 11011100 0 101111 0 1100100 1001111 1110 101011011 1100100 101011

Color Harmonies of #DC002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC002F

Black with #DC002F

Text Example


Text Example

White with #DC002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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