Html Css Color HEX #DC0335 Crimson

📋 copy color: '#DC0335'

red 220 ◦ green 3 ◦ blue 53

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

Shades of Crimson #DC0335

Tints of Crimson #DC0335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 79.71%
G = 1.09%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0335 (or 0xDC0335) is known color: Crimson. HEX triplet: DC, 03 and 35. RGB value is (220,3,53). Sum of RGB (Red+Green+Blue) = 220+3+53=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0335 is #23FCCA. Grayscale: #494949. Windows color (decimal): -2358475 or 3474396. OLE color: 3474396.

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

Color convert

RGB 220 3 53 -
CMYK 0 0.99 0.76 0.14
HSL 346.18º 0.97% 0.44% -
HSV(B) 346.18º 0.99% 0.86% -
XYZ 30.19 15.54 4.78 -
YUV 73.58 116.39 232.43 -
System Red Green Blue C M Y K H S L
Decimal 220 3 53 0 0.99 0.76 0.14 346.18 0.97 0.44
Hex DC 3 35 0 63 4C E 15A 61 2C
Octal 334 3 65 0 143 114 16 532 141 54
Binary 11011100 11 110101 0 1100011 1001100 1110 101011010 1100001 101100

Color Harmonies of #DC0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0335

Black with #DC0335

Text Example


Text Example

White with #DC0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0335; }

 p { color: rgb(220,3,53); }

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

background-color css

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

 a { background-color: rgb(220,3,53); }

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

border-color css

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

 span { border-color: rgb(220,3,53); }

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