Html Css Color HEX #D01230 Crimson

📋 copy color: '#D01230'

red 208 ◦ green 18 ◦ blue 48

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

Shades of Crimson #D01230

Tints of Crimson #D01230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

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

R = 75.91%
G = 6.57%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D01230 (or 0xD01230) is known color: Crimson. HEX triplet: D0, 12 and 30. RGB value is (208,18,48). Sum of RGB (Red+Green+Blue) = 208+18+48=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D01230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01230 is #2FEDCF. Grayscale: #4E4E4E. Windows color (decimal): -3141072 or 3150544. OLE color: 3150544.

HSL color Cylindrical-coordinate representation of color #D01230: hue angle of 350.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01230 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 48 -
CMYK 0 0.91 0.77 0.18
HSL 350.53º 0.84% 0.44% -
HSV(B) 350.53º 0.91% 0.82% -
XYZ 26.76 14.06 4.1 -
YUV 78.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 208 18 48 0 0.91 0.77 0.18 350.53 0.84 0.44
Hex D0 12 30 0 5B 4D 12 15F 54 2C
Octal 320 22 60 0 133 115 22 537 124 54
Binary 11010000 10010 110000 0 1011011 1001101 10010 101011111 1010100 101100

Color Harmonies of #D01230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01230

Black with #D01230

Text Example


Text Example

White with #D01230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01230; }

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

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

background-color css

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

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

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

border-color css

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

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

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