Html Css Color HEX #DA063B Crimson

📋 copy color: '#DA063B'

red 218 ◦ green 6 ◦ blue 59

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

Shades of Crimson #DA063B

Tints of Crimson #DA063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 77.03%
G = 2.12%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA063B (or 0xDA063B) is known color: Crimson. HEX triplet: DA, 06 and 3B. RGB value is (218,6,59). Sum of RGB (Red+Green+Blue) = 218+6+59=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA063B is #25F9C4. Grayscale: #4B4B4B. Windows color (decimal): -2488773 or 3868378. OLE color: 3868378.

HSL color Cylindrical-coordinate representation of color #DA063B: hue angle of 345º 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 #DA063B is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 59 -
CMYK 0 0.97 0.73 0.15
HSL 345º 0.95% 0.44% -
HSV(B) 345º 0.97% 0.85% -
XYZ 29.77 15.35 5.53 -
YUV 75.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 218 6 59 0 0.97 0.73 0.15 345 0.95 0.44
Hex DA 6 3B 0 61 49 F 159 5F 2C
Octal 332 6 73 0 141 111 17 531 137 54
Binary 11011010 110 111011 0 1100001 1001001 1111 101011001 1011111 101100

Color Harmonies of #DA063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA063B

Black with #DA063B

Text Example


Text Example

White with #DA063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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