Html Css Color HEX #DA062A Crimson

📋 copy color: '#DA062A'

red 218 ◦ green 6 ◦ blue 42

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

Shades of Crimson #DA062A

Tints of Crimson #DA062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 81.95%
G = 2.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA062A (or 0xDA062A) is known color: Crimson. HEX triplet: DA, 06 and 2A. RGB value is (218,6,42). Sum of RGB (Red+Green+Blue) = 218+6+42=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA062A is #25F9D5. Grayscale: #494949. Windows color (decimal): -2488790 or 2754266. OLE color: 2754266.

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

Color convert

RGB 218 6 42 -
CMYK 0 0.97 0.81 0.15
HSL 349.81º 0.95% 0.44% -
HSV(B) 349.81º 0.97% 0.85% -
XYZ 29.4 15.2 3.58 -
YUV 73.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 218 6 42 0 0.97 0.81 0.15 349.81 0.95 0.44
Hex DA 6 2A 0 61 51 F 15E 5F 2C
Octal 332 6 52 0 141 121 17 536 137 54
Binary 11011010 110 101010 0 1100001 1010001 1111 101011110 1011111 101100

Color Harmonies of #DA062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA062A

Black with #DA062A

Text Example


Text Example

White with #DA062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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