Html Css Color HEX #D4002C Crimson

📋 copy color: '#D4002C'

red 212 ◦ green 0 ◦ blue 44

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

Shades of Crimson #D4002C

Tints of Crimson #D4002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 82.81%
G = 0%
B = 17.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4002C (or 0xD4002C) is known color: Crimson. HEX triplet: D4, 00 and 2C. RGB value is (212,0,44). Sum of RGB (Red+Green+Blue) = 212+0+44=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D4002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4002C is #2BFFD3. Grayscale: #444444. Windows color (decimal): -2883540 or 2883796. OLE color: 2883796.

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

Color convert

RGB 212 0 44 -
CMYK 0 1 0.79 0.17
HSL 347.55º 1% 0.42% -
HSV(B) 347.55º 1% 0.83% -
XYZ 27.61 14.18 3.66 -
YUV 68.4 114.24 230.42 -
System Red Green Blue C M Y K H S L
Decimal 212 0 44 0 1 0.79 0.17 347.55 1 0.42
Hex D4 0 2C 0 64 4F 11 15C 64 2A
Octal 324 0 54 0 144 117 21 534 144 52
Binary 11010100 0 101100 0 1100100 1001111 10001 101011100 1100100 101010

Color Harmonies of #D4002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4002C

Black with #D4002C

Text Example


Text Example

White with #D4002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4002C; }

 p { color: rgb(212,0,44); }

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

background-color css

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

 a { background-color: rgb(212,0,44); }

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

border-color css

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

 span { border-color: rgb(212,0,44); }

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