Html Css Color HEX #D00346 Crimson

📋 copy color: '#D00346'

red 208 ◦ green 3 ◦ blue 70

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

Shades of Crimson #D00346

Tints of Crimson #D00346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 74.02%
G = 1.07%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D00346 (or 0xD00346) is known color: Crimson. HEX triplet: D0, 03 and 46. RGB value is (208,3,70). Sum of RGB (Red+Green+Blue) = 208+3+70=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00346 is #2FFCB9. Grayscale: #474747. Windows color (decimal): -3144890 or 4588496. OLE color: 4588496.

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

Color convert

RGB 208 3 70 -
CMYK 0 0.99 0.66 0.18
HSL 340.39º 0.97% 0.41% -
HSV(B) 340.39º 0.99% 0.82% -
XYZ 27.15 13.92 7.05 -
YUV 71.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 208 3 70 0 0.99 0.66 0.18 340.39 0.97 0.41
Hex D0 3 46 0 63 42 12 154 61 29
Octal 320 3 106 0 143 102 22 524 141 51
Binary 11010000 11 1000110 0 1100011 1000010 10010 101010100 1100001 101001

Color Harmonies of #D00346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00346

Black with #D00346

Text Example


Text Example

White with #D00346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00346; }

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

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

background-color css

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

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

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

border-color css

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

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

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