Html Css Color HEX #D3123F Crimson

📋 copy color: '#D3123F'

red 211 ◦ green 18 ◦ blue 63

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

Shades of Crimson #D3123F

Tints of Crimson #D3123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 72.26%
G = 6.16%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3123F (or 0xD3123F) is known color: Crimson. HEX triplet: D3, 12 and 3F. RGB value is (211,18,63). Sum of RGB (Red+Green+Blue) = 211+18+63=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3123F is #2CEDC0. Grayscale: #505050. Windows color (decimal): -2944449 or 4133587. OLE color: 4133587.

HSL color Cylindrical-coordinate representation of color #D3123F: hue angle of 346.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3123F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 63 -
CMYK 0 0.91 0.70 0.17
HSL 346.01º 0.84% 0.45% -
HSV(B) 346.01º 0.91% 0.83% -
XYZ 27.98 14.64 6.05 -
YUV 80.84 117.94 220.84 -
System Red Green Blue C M Y K H S L
Decimal 211 18 63 0 0.91 0.70 0.17 346.01 0.84 0.45
Hex D3 12 3F 0 5B 46 11 15A 54 2D
Octal 323 22 77 0 133 106 21 532 124 55
Binary 11010011 10010 111111 0 1011011 1000110 10001 101011010 1010100 101101

Color Harmonies of #D3123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3123F

Black with #D3123F

Text Example


Text Example

White with #D3123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3123F; }

 p { color: rgb(211,18,63); }

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

background-color css

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

 a { background-color: rgb(211,18,63); }

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

border-color css

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

 span { border-color: rgb(211,18,63); }

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