Html Css Color HEX #DA063E Crimson

📋 copy color: '#DA063E'

red 218 ◦ green 6 ◦ blue 62

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

Shades of Crimson #DA063E

Tints of Crimson #DA063E

RGB

 RED value IS 218 (85.55% from 255) = 76.22%

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

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 76.22%
G = 2.1%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA063E (or 0xDA063E) is known color: Crimson. HEX triplet: DA, 06 and 3E. RGB value is (218,6,62). Sum of RGB (Red+Green+Blue) = 218+6+62=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA063E is #25F9C1. Grayscale: #4B4B4B. Windows color (decimal): -2488770 or 4064986. OLE color: 4064986.

HSL color Cylindrical-coordinate representation of color #DA063E: hue angle of 344.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA063E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 62 -
CMYK 0 0.97 0.72 0.15
HSL 344.15º 0.95% 0.44% -
HSV(B) 344.15º 0.97% 0.85% -
XYZ 29.85 15.38 5.95 -
YUV 75.77 120.24 229.45 -
System Red Green Blue C M Y K H S L
Decimal 218 6 62 0 0.97 0.72 0.15 344.15 0.95 0.44
Hex DA 6 3E 0 61 48 F 158 5F 2C
Octal 332 6 76 0 141 110 17 530 137 54
Binary 11011010 110 111110 0 1100001 1001000 1111 101011000 1011111 101100

Color Harmonies of #DA063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA063E

Black with #DA063E

Text Example


Text Example

White with #DA063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA063E; }

 p { color: rgb(218,6,62); }

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

background-color css

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

 a { background-color: rgb(218,6,62); }

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

border-color css

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

 span { border-color: rgb(218,6,62); }

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