Html Css Color HEX #D0033B Crimson

📋 copy color: '#D0033B'

red 208 ◦ green 3 ◦ blue 59

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

Shades of Crimson #D0033B

Tints of Crimson #D0033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.85%

R = 77.04%
G = 1.11%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0033B (or 0xD0033B) is known color: Crimson. HEX triplet: D0, 03 and 3B. RGB value is (208,3,59). Sum of RGB (Red+Green+Blue) = 208+3+59=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0033B is #2FFCC4. Grayscale: #464646. Windows color (decimal): -3144901 or 3867600. OLE color: 3867600.

HSL color Cylindrical-coordinate representation of color #D0033B: hue angle of 343.61º 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 #D0033B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 59 -
CMYK 0 0.99 0.72 0.18
HSL 343.61º 0.97% 0.41% -
HSV(B) 343.61º 0.99% 0.82% -
XYZ 26.83 13.79 5.39 -
YUV 70.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 208 3 59 0 0.99 0.72 0.18 343.61 0.97 0.41
Hex D0 3 3B 0 63 48 12 158 61 29
Octal 320 3 73 0 143 110 22 530 141 51
Binary 11010000 11 111011 0 1100011 1001000 10010 101011000 1100001 101001

Color Harmonies of #D0033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0033B

Black with #D0033B

Text Example


Text Example

White with #D0033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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