Html Css Color HEX #D3023C Crimson

📋 copy color: '#D3023C'

red 211 ◦ green 2 ◦ blue 60

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

Shades of Crimson #D3023C

Tints of Crimson #D3023C

RGB

 RED value IS 211 (82.81% from 255) = 77.29%

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

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

R = 77.29%
G = 0.73%
B = 21.98%

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

#D3023C (or 0xD3023C) is known color: Crimson. HEX triplet: D3, 02 and 3C. RGB value is (211,2,60). Sum of RGB (Red+Green+Blue) = 211+2+60=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D3023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3023C is #2CFDC3. Grayscale: #474747. Windows color (decimal): -2948548 or 3932883. OLE color: 3932883.

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

Color convert

RGB 211 2 60 -
CMYK 0 0.99 0.72 0.17
HSL 343.35º 0.98% 0.42% -
HSV(B) 343.35º 0.99% 0.83% -
XYZ 27.7 14.22 5.56 -
YUV 71.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 211 2 60 0 0.99 0.72 0.17 343.35 0.98 0.42
Hex D3 2 3C 0 63 48 11 157 62 2A
Octal 323 2 74 0 143 110 21 527 142 52
Binary 11010011 10 111100 0 1100011 1001000 10001 101010111 1100010 101010

Color Harmonies of #D3023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3023C

Black with #D3023C

Text Example


Text Example

White with #D3023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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