Html Css Color HEX #D00248 Crimson

📋 copy color: '#D00248'

red 208 ◦ green 2 ◦ blue 72

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

Shades of Crimson #D00248

Tints of Crimson #D00248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 73.76%
G = 0.71%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D00248 (or 0xD00248) is known color: Crimson. HEX triplet: D0, 02 and 48. RGB value is (208,2,72). Sum of RGB (Red+Green+Blue) = 208+2+72=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D00248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00248 is #2FFDB7. Grayscale: #474747. Windows color (decimal): -3145144 or 4719312. OLE color: 4719312.

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

Color convert

RGB 208 2 72 -
CMYK 0 0.99 0.65 0.18
HSL 339.61º 0.98% 0.41% -
HSV(B) 339.61º 0.99% 0.82% -
XYZ 27.2 13.92 7.38 -
YUV 71.57 128.25 225.31 -
System Red Green Blue C M Y K H S L
Decimal 208 2 72 0 0.99 0.65 0.18 339.61 0.98 0.41
Hex D0 2 48 0 63 41 12 154 62 29
Octal 320 2 110 0 143 101 22 524 142 51
Binary 11010000 10 1001000 0 1100011 1000001 10010 101010100 1100010 101001

Color Harmonies of #D00248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00248

Black with #D00248

Text Example


Text Example

White with #D00248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00248; }

 p { color: rgb(208,2,72); }

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

background-color css

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

 a { background-color: rgb(208,2,72); }

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

border-color css

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

 span { border-color: rgb(208,2,72); }

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