Html Css Color HEX #D4063F Crimson

📋 copy color: '#D4063F'

red 212 ◦ green 6 ◦ blue 63

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

Shades of Crimson #D4063F

Tints of Crimson #D4063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 63 (25% from 255) = 22.42%

R = 75.44%
G = 2.14%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4063F (or 0xD4063F) is known color: Crimson. HEX triplet: D4, 06 and 3F. RGB value is (212,6,63). Sum of RGB (Red+Green+Blue) = 212+6+63=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4063F is #2BF9C0. Grayscale: #4A4A4A. Windows color (decimal): -2881985 or 4130516. OLE color: 4130516.

HSL color Cylindrical-coordinate representation of color #D4063F: hue angle of 343.4º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4063F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 63 -
CMYK 0 0.97 0.70 0.17
HSL 343.4º 0.94% 0.43% -
HSV(B) 343.4º 0.97% 0.83% -
XYZ 28.11 14.49 6.02 -
YUV 74.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 212 6 63 0 0.97 0.70 0.17 343.4 0.94 0.43
Hex D4 6 3F 0 61 46 11 157 5E 2B
Octal 324 6 77 0 141 106 21 527 136 53
Binary 11010100 110 111111 0 1100001 1000110 10001 101010111 1011110 101011

Color Harmonies of #D4063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4063F

Black with #D4063F

Text Example


Text Example

White with #D4063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4063F; }

 p { color: rgb(212,6,63); }

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

background-color css

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

 a { background-color: rgb(212,6,63); }

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

border-color css

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

 span { border-color: rgb(212,6,63); }

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