Html Css Color HEX #D4023C Crimson

📋 copy color: '#D4023C'

red 212 ◦ green 2 ◦ blue 60

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

Shades of Crimson #D4023C

Tints of Crimson #D4023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 77.37%
G = 0.73%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4023C (or 0xD4023C) is known color: Crimson. HEX triplet: D4, 02 and 3C. RGB value is (212,2,60). Sum of RGB (Red+Green+Blue) = 212+2+60=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4023C is #2BFDC3. Grayscale: #474747. Windows color (decimal): -2883012 or 3932884. OLE color: 3932884.

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

Color convert

RGB 212 2 60 -
CMYK 0 0.99 0.72 0.17
HSL 343.43º 0.98% 0.42% -
HSV(B) 343.43º 0.99% 0.83% -
XYZ 27.99 14.37 5.57 -
YUV 71.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 212 2 60 0 0.99 0.72 0.17 343.43 0.98 0.42
Hex D4 2 3C 0 63 48 11 157 62 2A
Octal 324 2 74 0 143 110 21 527 142 52
Binary 11010100 10 111100 0 1100011 1001000 10001 101010111 1100010 101010

Color Harmonies of #D4023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4023C

Black with #D4023C

Text Example


Text Example

White with #D4023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4023C; }

 p { color: rgb(212,2,60); }

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

background-color css

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

 a { background-color: rgb(212,2,60); }

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

border-color css

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

 span { border-color: rgb(212,2,60); }

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