Html Css Color HEX #D30145 Crimson

📋 copy color: '#D30145'

red 211 ◦ green 1 ◦ blue 69

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

Shades of Crimson #D30145

Tints of Crimson #D30145

RGB

 RED value IS 211 (82.81% from 255) = 75.09%

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 75.09%
G = 0.36%
B = 24.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D30145 (or 0xD30145) is known color: Crimson. HEX triplet: D3, 01 and 45. RGB value is (211,1,69). Sum of RGB (Red+Green+Blue) = 211+1+69=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D30145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30145 is #2CFEBA. Grayscale: #474747. Windows color (decimal): -2948795 or 4522451. OLE color: 4522451.

HSL color Cylindrical-coordinate representation of color #D30145: hue angle of 340.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30145 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 69 -
CMYK 0 1.00 0.67 0.17
HSL 340.57º 0.99% 0.42% -
HSV(B) 340.57º 1% 0.83% -
XYZ 27.95 14.3 6.92 -
YUV 71.54 126.57 227.47 -
System Red Green Blue C M Y K H S L
Decimal 211 1 69 0 1.00 0.67 0.17 340.57 0.99 0.42
Hex D3 1 45 0 64 43 11 155 63 2A
Octal 323 1 105 0 144 103 21 525 143 52
Binary 11010011 1 1000101 0 1100100 1000011 10001 101010101 1100011 101010

Color Harmonies of #D30145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30145

Black with #D30145

Text Example


Text Example

White with #D30145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30145; }

 p { color: rgb(211,1,69); }

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

background-color css

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

 a { background-color: rgb(211,1,69); }

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

border-color css

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

 span { border-color: rgb(211,1,69); }

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