Html Css Color HEX #D3154B Crimson

📋 copy color: '#D3154B'

red 211 ◦ green 21 ◦ blue 75

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

Shades of Crimson #D3154B

Tints of Crimson #D3154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 68.73%
G = 6.84%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3154B (or 0xD3154B) is known color: Crimson. HEX triplet: D3, 15 and 4B. RGB value is (211,21,75). Sum of RGB (Red+Green+Blue) = 211+21+75=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3154B is #2CEAB4. Grayscale: #535353. Windows color (decimal): -2943669 or 4920787. OLE color: 4920787.

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

Color convert

RGB 211 21 75 -
CMYK 0 0.90 0.64 0.17
HSL 342.95º 0.82% 0.45% -
HSV(B) 342.95º 0.9% 0.83% -
XYZ 28.4 14.89 8.03 -
YUV 83.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 211 21 75 0 0.90 0.64 0.17 342.95 0.82 0.45
Hex D3 15 4B 0 5A 40 11 157 52 2D
Octal 323 25 113 0 132 100 21 527 122 55
Binary 11010011 10101 1001011 0 1011010 1000000 10001 101010111 1010010 101101

Color Harmonies of #D3154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3154B

Black with #D3154B

Text Example


Text Example

White with #D3154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3154B; }

 p { color: rgb(211,21,75); }

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

background-color css

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

 a { background-color: rgb(211,21,75); }

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

border-color css

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

 span { border-color: rgb(211,21,75); }

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