Html Css Color HEX #DA062D Crimson

📋 copy color: '#DA062D'

red 218 ◦ green 6 ◦ blue 45

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

Shades of Crimson #DA062D

Tints of Crimson #DA062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 81.04%
G = 2.23%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA062D (or 0xDA062D) is known color: Crimson. HEX triplet: DA, 06 and 2D. RGB value is (218,6,45). Sum of RGB (Red+Green+Blue) = 218+6+45=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA062D is #25F9D2. Grayscale: #494949. Windows color (decimal): -2488787 or 2950874. OLE color: 2950874.

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

Color convert

RGB 218 6 45 -
CMYK 0 0.97 0.79 0.15
HSL 348.96º 0.95% 0.44% -
HSV(B) 348.96º 0.97% 0.85% -
XYZ 29.45 15.23 3.87 -
YUV 73.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 218 6 45 0 0.97 0.79 0.15 348.96 0.95 0.44
Hex DA 6 2D 0 61 4F F 15D 5F 2C
Octal 332 6 55 0 141 117 17 535 137 54
Binary 11011010 110 101101 0 1100001 1001111 1111 101011101 1011111 101100

Color Harmonies of #DA062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA062D

Black with #DA062D

Text Example


Text Example

White with #DA062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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