Html Css Color HEX #D0033C Crimson

📋 copy color: '#D0033C'

red 208 ◦ green 3 ◦ blue 60

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

Shades of Crimson #D0033C

Tints of Crimson #D0033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 76.75%
G = 1.11%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0033C (or 0xD0033C) is known color: Crimson. HEX triplet: D0, 03 and 3C. RGB value is (208,3,60). Sum of RGB (Red+Green+Blue) = 208+3+60=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0033C is #2FFCC3. Grayscale: #464646. Windows color (decimal): -3144900 or 3933136. OLE color: 3933136.

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

Color convert

RGB 208 3 60 -
CMYK 0 0.99 0.71 0.18
HSL 343.32º 0.97% 0.41% -
HSV(B) 343.32º 0.99% 0.82% -
XYZ 26.86 13.8 5.52 -
YUV 70.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 208 3 60 0 0.99 0.71 0.18 343.32 0.97 0.41
Hex D0 3 3C 0 63 47 12 157 61 29
Octal 320 3 74 0 143 107 22 527 141 51
Binary 11010000 11 111100 0 1100011 1000111 10010 101010111 1100001 101001

Color Harmonies of #D0033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0033C

Black with #D0033C

Text Example


Text Example

White with #D0033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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