Html Css Color HEX #DA0C2E Crimson

📋 copy color: '#DA0C2E'

red 218 ◦ green 12 ◦ blue 46

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

Shades of Crimson #DA0C2E

Tints of Crimson #DA0C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 78.99%
G = 4.35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA0C2E (or 0xDA0C2E) is known color: Crimson. HEX triplet: DA, 0C and 2E. RGB value is (218,12,46). Sum of RGB (Red+Green+Blue) = 218+12+46=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0C2E is #25F3D1. Grayscale: #4D4D4D. Windows color (decimal): -2487250 or 3017946. OLE color: 3017946.

HSL color Cylindrical-coordinate representation of color #DA0C2E: hue angle of 350.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C2E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 12 46 -
CMYK 0 0.94 0.79 0.15
HSL 350.1º 0.9% 0.45% -
HSV(B) 350.1º 0.94% 0.85% -
XYZ 29.54 15.37 3.99 -
YUV 77.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 218 12 46 0 0.94 0.79 0.15 350.1 0.9 0.45
Hex DA C 2E 0 5E 4F F 15E 5A 2D
Octal 332 14 56 0 136 117 17 536 132 55
Binary 11011010 1100 101110 0 1011110 1001111 1111 101011110 1011010 101101

Color Harmonies of #DA0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C2E

Black with #DA0C2E

Text Example


Text Example

White with #DA0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C2E; }

 p { color: rgb(218,12,46); }

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

background-color css

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

 a { background-color: rgb(218,12,46); }

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

border-color css

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

 span { border-color: rgb(218,12,46); }

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