Html Css Color HEX #D4013A Crimson

📋 copy color: '#D4013A'

red 212 ◦ green 1 ◦ blue 58

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

Shades of Crimson #D4013A

Tints of Crimson #D4013A

RGB

 RED value IS 212 (83.2% from 255) = 78.23%

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 78.23%
G = 0.37%
B = 21.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4013A (or 0xD4013A) is known color: Crimson. HEX triplet: D4, 01 and 3A. RGB value is (212,1,58). Sum of RGB (Red+Green+Blue) = 212+1+58=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D4013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4013A is #2BFEC5. Grayscale: #464646. Windows color (decimal): -2883270 or 3801556. OLE color: 3801556.

HSL color Cylindrical-coordinate representation of color #D4013A: hue angle of 343.79º 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 #D4013A is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 58 -
CMYK 0 1.00 0.73 0.17
HSL 343.79º 0.99% 0.42% -
HSV(B) 343.79º 1% 0.83% -
XYZ 27.93 14.32 5.3 -
YUV 70.59 120.9 228.87 -
System Red Green Blue C M Y K H S L
Decimal 212 1 58 0 1.00 0.73 0.17 343.79 0.99 0.42
Hex D4 1 3A 0 64 49 11 158 63 2A
Octal 324 1 72 0 144 111 21 530 143 52
Binary 11010100 1 111010 0 1100100 1001001 10001 101011000 1100011 101010

Color Harmonies of #D4013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4013A

Black with #D4013A

Text Example


Text Example

White with #D4013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4013A; }

 p { color: rgb(212,1,58); }

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

background-color css

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

 a { background-color: rgb(212,1,58); }

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

border-color css

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

 span { border-color: rgb(212,1,58); }

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