Html Css Color HEX #D4003D Crimson

📋 copy color: '#D4003D'

red 212 ◦ green 0 ◦ blue 61

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

Shades of Crimson #D4003D

Tints of Crimson #D4003D

RGB

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

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

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

R = 77.66%
G = 0%
B = 22.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4003D (or 0xD4003D) is known color: Crimson. HEX triplet: D4, 00 and 3D. RGB value is (212,0,61). Sum of RGB (Red+Green+Blue) = 212+0+61=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4003D is #2BFFC2. Grayscale: #464646. Windows color (decimal): -2883523 or 3997908. OLE color: 3997908.

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

Color convert

RGB 212 0 61 -
CMYK 0 1 0.71 0.17
HSL 342.74º 1% 0.42% -
HSV(B) 342.74º 1% 0.83% -
XYZ 27.99 14.33 5.71 -
YUV 70.34 122.74 229.04 -
System Red Green Blue C M Y K H S L
Decimal 212 0 61 0 1 0.71 0.17 342.74 1 0.42
Hex D4 0 3D 0 64 47 11 157 64 2A
Octal 324 0 75 0 144 107 21 527 144 52
Binary 11010100 0 111101 0 1100100 1000111 10001 101010111 1100100 101010

Color Harmonies of #D4003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4003D

Black with #D4003D

Text Example


Text Example

White with #D4003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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