Html Css Color HEX #D00534 Crimson

📋 copy color: '#D00534'

red 208 ◦ green 5 ◦ blue 52

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

Shades of Crimson #D00534

Tints of Crimson #D00534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 78.49%
G = 1.89%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00534 (or 0xD00534) is known color: Crimson. HEX triplet: D0, 05 and 34. RGB value is (208,5,52). Sum of RGB (Red+Green+Blue) = 208+5+52=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00534 is #2FFACB. Grayscale: #474747. Windows color (decimal): -3144396 or 3409360. OLE color: 3409360.

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

Color convert

RGB 208 5 52 -
CMYK 0 0.98 0.75 0.18
HSL 346.11º 0.95% 0.42% -
HSV(B) 346.11º 0.98% 0.82% -
XYZ 26.69 13.77 4.5 -
YUV 71.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 208 5 52 0 0.98 0.75 0.18 346.11 0.95 0.42
Hex D0 5 34 0 62 4B 12 15A 5F 2A
Octal 320 5 64 0 142 113 22 532 137 52
Binary 11010000 101 110100 0 1100010 1001011 10010 101011010 1011111 101010

Color Harmonies of #D00534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00534

Black with #D00534

Text Example


Text Example

White with #D00534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00534; }

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

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

background-color css

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

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

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

border-color css

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

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

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