Html Css Color HEX #D6022A Crimson

📋 copy color: '#D6022A'

red 214 ◦ green 2 ◦ blue 42

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

Shades of Crimson #D6022A

Tints of Crimson #D6022A

RGB

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

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

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

R = 82.95%
G = 0.78%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6022A (or 0xD6022A) is known color: Crimson. HEX triplet: D6, 02 and 2A. RGB value is (214,2,42). Sum of RGB (Red+Green+Blue) = 214+2+42=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D6022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6022A is #29FDD5. Grayscale: #464646. Windows color (decimal): -2751958 or 2753238. OLE color: 2753238.

HSL color Cylindrical-coordinate representation of color #D6022A: hue angle of 348.68º 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 #D6022A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 42 -
CMYK 0 0.99 0.80 0.16
HSL 348.68º 0.98% 0.42% -
HSV(B) 348.68º 0.99% 0.84% -
XYZ 28.17 14.51 3.51 -
YUV 69.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 214 2 42 0 0.99 0.80 0.16 348.68 0.98 0.42
Hex D6 2 2A 0 63 50 10 15D 62 2A
Octal 326 2 52 0 143 120 20 535 142 52
Binary 11010110 10 101010 0 1100011 1010000 10000 101011101 1100010 101010

Color Harmonies of #D6022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6022A

Black with #D6022A

Text Example


Text Example

White with #D6022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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