Html Css Color HEX #DA032C Crimson

📋 copy color: '#DA032C'

red 218 ◦ green 3 ◦ blue 44

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

Shades of Crimson #DA032C

Tints of Crimson #DA032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 82.26%
G = 1.13%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA032C (or 0xDA032C) is known color: Crimson. HEX triplet: DA, 03 and 2C. RGB value is (218,3,44). Sum of RGB (Red+Green+Blue) = 218+3+44=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA032C is #25FCD3. Grayscale: #484848. Windows color (decimal): -2489556 or 2884570. OLE color: 2884570.

HSL color Cylindrical-coordinate representation of color #DA032C: hue angle of 348.56º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA032C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 44 -
CMYK 0 0.99 0.80 0.15
HSL 348.56º 0.97% 0.43% -
HSV(B) 348.56º 0.99% 0.85% -
XYZ 29.4 15.15 3.76 -
YUV 71.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 218 3 44 0 0.99 0.80 0.15 348.56 0.97 0.43
Hex DA 3 2C 0 63 50 F 15D 61 2B
Octal 332 3 54 0 143 120 17 535 141 53
Binary 11011010 11 101100 0 1100011 1010000 1111 101011101 1100001 101011

Color Harmonies of #DA032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA032C

Black with #DA032C

Text Example


Text Example

White with #DA032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA032C; }

 p { color: rgb(218,3,44); }

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

background-color css

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

 a { background-color: rgb(218,3,44); }

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

border-color css

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

 span { border-color: rgb(218,3,44); }

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