Html Css Color HEX #DA162F Crimson

📋 copy color: '#DA162F'

red 218 ◦ green 22 ◦ blue 47

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

Shades of Crimson #DA162F

Tints of Crimson #DA162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 75.96%
G = 7.67%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA162F (or 0xDA162F) is known color: Crimson. HEX triplet: DA, 16 and 2F. RGB value is (218,22,47). Sum of RGB (Red+Green+Blue) = 218+22+47=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA162F is #25E9D0. Grayscale: #535353. Windows color (decimal): -2484689 or 3086042. OLE color: 3086042.

HSL color Cylindrical-coordinate representation of color #DA162F: hue angle of 352.35º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA162F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 47 -
CMYK 0 0.90 0.78 0.15
HSL 352.35º 0.82% 0.47% -
HSV(B) 352.35º 0.9% 0.85% -
XYZ 29.71 15.68 4.15 -
YUV 83.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 218 22 47 0 0.90 0.78 0.15 352.35 0.82 0.47
Hex DA 16 2F 0 5A 4E F 160 52 2F
Octal 332 26 57 0 132 116 17 540 122 57
Binary 11011010 10110 101111 0 1011010 1001110 1111 101100000 1010010 101111

Color Harmonies of #DA162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA162F

Black with #DA162F

Text Example


Text Example

White with #DA162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA162F; }

 p { color: rgb(218,22,47); }

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

background-color css

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

 a { background-color: rgb(218,22,47); }

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

border-color css

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

 span { border-color: rgb(218,22,47); }

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