Html Css Color HEX #D00134 Crimson

📋 copy color: '#D00134'

red 208 ◦ green 1 ◦ blue 52

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

Shades of Crimson #D00134

Tints of Crimson #D00134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 79.69%
G = 0.38%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00134 (or 0xD00134) is known color: Crimson. HEX triplet: D0, 01 and 34. RGB value is (208,1,52). Sum of RGB (Red+Green+Blue) = 208+1+52=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D00134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00134 is #2FFECB. Grayscale: #444444. Windows color (decimal): -3145420 or 3408336. OLE color: 3408336.

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

Color convert

RGB 208 1 52 -
CMYK 0 1.00 0.75 0.18
HSL 345.22º 0.99% 0.41% -
HSV(B) 345.22º 1% 0.82% -
XYZ 26.64 13.68 4.48 -
YUV 68.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 208 1 52 0 1.00 0.75 0.18 345.22 0.99 0.41
Hex D0 1 34 0 64 4B 12 159 63 29
Octal 320 1 64 0 144 113 22 531 143 51
Binary 11010000 1 110100 0 1100100 1001011 10010 101011001 1100011 101001

Color Harmonies of #D00134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00134

Black with #D00134

Text Example


Text Example

White with #D00134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00134; }

 p { color: rgb(208,1,52); }

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

background-color css

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

 a { background-color: rgb(208,1,52); }

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

border-color css

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

 span { border-color: rgb(208,1,52); }

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