Html Css Color HEX #D01448 Crimson

📋 copy color: '#D01448'

red 208 ◦ green 20 ◦ blue 72

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

Shades of Crimson #D01448

Tints of Crimson #D01448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

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

R = 69.33%
G = 6.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01448 (or 0xD01448) is known color: Crimson. HEX triplet: D0, 14 and 48. RGB value is (208,20,72). Sum of RGB (Red+Green+Blue) = 208+20+72=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D01448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01448 is #2FEBB7. Grayscale: #525252. Windows color (decimal): -3140536 or 4723920. OLE color: 4723920.

HSL color Cylindrical-coordinate representation of color #D01448: hue angle of 343.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01448 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 72 -
CMYK 0 0.90 0.65 0.18
HSL 343.4º 0.82% 0.45% -
HSV(B) 343.4º 0.9% 0.82% -
XYZ 27.43 14.38 7.46 -
YUV 82.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 208 20 72 0 0.90 0.65 0.18 343.4 0.82 0.45
Hex D0 14 48 0 5A 41 12 157 52 2D
Octal 320 24 110 0 132 101 22 527 122 55
Binary 11010000 10100 1001000 0 1011010 1000001 10010 101010111 1010010 101101

Color Harmonies of #D01448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01448

Black with #D01448

Text Example


Text Example

White with #D01448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01448; }

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

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

background-color css

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

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

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

border-color css

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

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

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