Html Css Color HEX #DA063D Crimson

📋 copy color: '#DA063D'

red 218 ◦ green 6 ◦ blue 61

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

Shades of Crimson #DA063D

Tints of Crimson #DA063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 76.49%
G = 2.11%
B = 21.4%

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

#DA063D (or 0xDA063D) is known color: Crimson. HEX triplet: DA, 06 and 3D. RGB value is (218,6,61). Sum of RGB (Red+Green+Blue) = 218+6+61=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA063D is #25F9C2. Grayscale: #4B4B4B. Windows color (decimal): -2488771 or 3999450. OLE color: 3999450.

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

Color convert

RGB 218 6 61 -
CMYK 0 0.97 0.72 0.15
HSL 344.43º 0.95% 0.44% -
HSV(B) 344.43º 0.97% 0.85% -
XYZ 29.82 15.37 5.81 -
YUV 75.66 119.74 229.53 -
System Red Green Blue C M Y K H S L
Decimal 218 6 61 0 0.97 0.72 0.15 344.43 0.95 0.44
Hex DA 6 3D 0 61 48 F 158 5F 2C
Octal 332 6 75 0 141 110 17 530 137 54
Binary 11011010 110 111101 0 1100001 1001000 1111 101011000 1011111 101100

Color Harmonies of #DA063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA063D

Black with #DA063D

Text Example


Text Example

White with #DA063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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