Html Css Color HEX #D4013D Crimson

📋 copy color: '#D4013D'

red 212 ◦ green 1 ◦ blue 61

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

Shades of Crimson #D4013D

Tints of Crimson #D4013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 77.37%
G = 0.36%
B = 22.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4013D (or 0xD4013D) is known color: Crimson. HEX triplet: D4, 01 and 3D. RGB value is (212,1,61). Sum of RGB (Red+Green+Blue) = 212+1+61=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4013D is #2BFEC2. Grayscale: #464646. Windows color (decimal): -2883267 or 3998164. OLE color: 3998164.

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

Color convert

RGB 212 1 61 -
CMYK 0 1.00 0.71 0.17
HSL 342.94º 0.99% 0.42% -
HSV(B) 342.94º 1% 0.83% -
XYZ 28 14.36 5.71 -
YUV 70.93 122.4 228.62 -
System Red Green Blue C M Y K H S L
Decimal 212 1 61 0 1.00 0.71 0.17 342.94 0.99 0.42
Hex D4 1 3D 0 64 47 11 157 63 2A
Octal 324 1 75 0 144 107 21 527 143 52
Binary 11010100 1 111101 0 1100100 1000111 10001 101010111 1100011 101010

Color Harmonies of #D4013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4013D

Black with #D4013D

Text Example


Text Example

White with #D4013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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