Html Css Color HEX #D00030 Crimson

📋 copy color: '#D00030'

red 208 ◦ green 0 ◦ blue 48

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

Shades of Crimson #D00030

Tints of Crimson #D00030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 81.25%
G = 0%
B = 18.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D00030 (or 0xD00030) is known color: Crimson. HEX triplet: D0, 00 and 30. RGB value is (208,0,48). Sum of RGB (Red+Green+Blue) = 208+0+48=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00030 is #2FFFCF. Grayscale: #434343. Windows color (decimal): -3145680 or 3145936. OLE color: 3145936.

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

Color convert

RGB 208 0 48 -
CMYK 0 1 0.77 0.18
HSL 346.15º 1% 0.41% -
HSV(B) 346.15º 1% 0.82% -
XYZ 26.55 13.62 4.03 -
YUV 67.66 116.91 228.1 -
System Red Green Blue C M Y K H S L
Decimal 208 0 48 0 1 0.77 0.18 346.15 1 0.41
Hex D0 0 30 0 64 4D 12 15A 64 29
Octal 320 0 60 0 144 115 22 532 144 51
Binary 11010000 0 110000 0 1100100 1001101 10010 101011010 1100100 101001

Color Harmonies of #D00030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00030

Black with #D00030

Text Example


Text Example

White with #D00030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00030; }

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

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

background-color css

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

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

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

border-color css

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

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

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