Html Css Color HEX #D6022C Crimson

📋 copy color: '#D6022C'

red 214 ◦ green 2 ◦ blue 44

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

Shades of Crimson #D6022C

Tints of Crimson #D6022C

RGB

 RED value IS 214 (83.98% from 255) = 82.31%

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 82.31%
G = 0.77%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6022C (or 0xD6022C) is known color: Crimson. HEX triplet: D6, 02 and 2C. RGB value is (214,2,44). Sum of RGB (Red+Green+Blue) = 214+2+44=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D6022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6022C is #29FDD3. Grayscale: #464646. Windows color (decimal): -2751956 or 2884310. OLE color: 2884310.

HSL color Cylindrical-coordinate representation of color #D6022C: hue angle of 348.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6022C is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 44 -
CMYK 0 0.99 0.79 0.16
HSL 348.11º 0.98% 0.42% -
HSV(B) 348.11º 0.99% 0.84% -
XYZ 28.21 14.52 3.7 -
YUV 70.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 214 2 44 0 0.99 0.79 0.16 348.11 0.98 0.42
Hex D6 2 2C 0 63 4F 10 15C 62 2A
Octal 326 2 54 0 143 117 20 534 142 52
Binary 11010110 10 101100 0 1100011 1001111 10000 101011100 1100010 101010

Color Harmonies of #D6022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6022C

Black with #D6022C

Text Example


Text Example

White with #D6022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6022C; }

 p { color: rgb(214,2,44); }

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

background-color css

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

 a { background-color: rgb(214,2,44); }

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

border-color css

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

 span { border-color: rgb(214,2,44); }

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