Html Css Color HEX #D00034 Crimson

📋 copy color: '#D00034'

red 208 ◦ green 0 ◦ blue 52

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

Shades of Crimson #D00034

Tints of Crimson #D00034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00034 (or 0xD00034) is known color: Crimson. HEX triplet: D0, 00 and 34. RGB value is (208,0,52). Sum of RGB (Red+Green+Blue) = 208+0+52=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D00034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00034 is #2FFFCB. Grayscale: #444444. Windows color (decimal): -3145676 or 3408080. OLE color: 3408080.

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

Color convert

RGB 208 0 52 -
CMYK 0 1 0.75 0.18
HSL 345º 1% 0.41% -
HSV(B) 345º 1% 0.82% -
XYZ 26.63 13.66 4.48 -
YUV 68.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 208 0 52 0 1 0.75 0.18 345 1 0.41
Hex D0 0 34 0 64 4B 12 159 64 29
Octal 320 0 64 0 144 113 22 531 144 51
Binary 11010000 0 110100 0 1100100 1001011 10010 101011001 1100100 101001

Color Harmonies of #D00034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00034

Black with #D00034

Text Example


Text Example

White with #D00034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00034; }

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

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

background-color css

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

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

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

border-color css

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

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

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