Html Css Color HEX #D0033F Crimson

📋 copy color: '#D0033F'

red 208 ◦ green 3 ◦ blue 63

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

Shades of Crimson #D0033F

Tints of Crimson #D0033F

RGB

 RED value IS 208 (81.64% from 255) = 75.91%

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 75.91%
G = 1.09%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0033F (or 0xD0033F) is known color: Crimson. HEX triplet: D0, 03 and 3F. RGB value is (208,3,63). Sum of RGB (Red+Green+Blue) = 208+3+63=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0033F is #2FFCC0. Grayscale: #474747. Windows color (decimal): -3144897 or 4129744. OLE color: 4129744.

HSL color Cylindrical-coordinate representation of color #D0033F: hue angle of 342.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0033F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 63 -
CMYK 0 0.99 0.70 0.18
HSL 342.44º 0.97% 0.41% -
HSV(B) 342.44º 0.99% 0.82% -
XYZ 26.94 13.83 5.95 -
YUV 71.14 123.42 225.62 -
System Red Green Blue C M Y K H S L
Decimal 208 3 63 0 0.99 0.70 0.18 342.44 0.97 0.41
Hex D0 3 3F 0 63 46 12 156 61 29
Octal 320 3 77 0 143 106 22 526 141 51
Binary 11010000 11 111111 0 1100011 1000110 10010 101010110 1100001 101001

Color Harmonies of #D0033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0033F

Black with #D0033F

Text Example


Text Example

White with #D0033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0033F; }

 p { color: rgb(208,3,63); }

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

background-color css

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

 a { background-color: rgb(208,3,63); }

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

border-color css

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

 span { border-color: rgb(208,3,63); }

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