Html Css Color HEX #D00342 Crimson

📋 copy color: '#D00342'

red 208 ◦ green 3 ◦ blue 66

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

Shades of Crimson #D00342

Tints of Crimson #D00342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 75.09%
G = 1.08%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00342 (or 0xD00342) is known color: Crimson. HEX triplet: D0, 03 and 42. RGB value is (208,3,66). Sum of RGB (Red+Green+Blue) = 208+3+66=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00342 is #2FFCBD. Grayscale: #474747. Windows color (decimal): -3144894 or 4326352. OLE color: 4326352.

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

Color convert

RGB 208 3 66 -
CMYK 0 0.99 0.68 0.18
HSL 341.56º 0.97% 0.41% -
HSV(B) 341.56º 0.99% 0.82% -
XYZ 27.03 13.87 6.41 -
YUV 71.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 208 3 66 0 0.99 0.68 0.18 341.56 0.97 0.41
Hex D0 3 42 0 63 44 12 156 61 29
Octal 320 3 102 0 143 104 22 526 141 51
Binary 11010000 11 1000010 0 1100011 1000100 10010 101010110 1100001 101001

Color Harmonies of #D00342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00342

Black with #D00342

Text Example


Text Example

White with #D00342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00342; }

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

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

background-color css

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

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

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

border-color css

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

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

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