Html Css Color HEX #D6032B Crimson

📋 copy color: '#D6032B'

red 214 ◦ green 3 ◦ blue 43

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

Shades of Crimson #D6032B

Tints of Crimson #D6032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 82.31%
G = 1.15%
B = 16.54%

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

#D6032B (or 0xD6032B) is known color: Crimson. HEX triplet: D6, 03 and 2B. RGB value is (214,3,43). Sum of RGB (Red+Green+Blue) = 214+3+43=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D6032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6032B is #29FCD4. Grayscale: #464646. Windows color (decimal): -2751701 or 2819030. OLE color: 2819030.

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

Color convert

RGB 214 3 43 -
CMYK 0 0.99 0.80 0.16
HSL 348.63º 0.97% 0.43% -
HSV(B) 348.63º 0.99% 0.84% -
XYZ 28.2 14.54 3.6 -
YUV 70.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 214 3 43 0 0.99 0.80 0.16 348.63 0.97 0.43
Hex D6 3 2B 0 63 50 10 15D 61 2B
Octal 326 3 53 0 143 120 20 535 141 53
Binary 11010110 11 101011 0 1100011 1010000 10000 101011101 1100001 101011

Color Harmonies of #D6032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6032B

Black with #D6032B

Text Example


Text Example

White with #D6032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6032B; }

 p { color: rgb(214,3,43); }

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

background-color css

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

 a { background-color: rgb(214,3,43); }

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

border-color css

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

 span { border-color: rgb(214,3,43); }

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