Html Css Color HEX #D5062B Crimson

📋 copy color: '#D5062B'

red 213 ◦ green 6 ◦ blue 43

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

Shades of Crimson #D5062B

Tints of Crimson #D5062B

RGB

 RED value IS 213 (83.59% from 255) = 81.3%

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 81.3%
G = 2.29%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5062B (or 0xD5062B) is known color: Crimson. HEX triplet: D5, 06 and 2B. RGB value is (213,6,43). Sum of RGB (Red+Green+Blue) = 213+6+43=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5062B is #2AF9D4. Grayscale: #484848. Windows color (decimal): -2816469 or 2819797. OLE color: 2819797.

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

Color convert

RGB 213 6 43 -
CMYK 0 0.97 0.80 0.16
HSL 349.28º 0.95% 0.43% -
HSV(B) 349.28º 0.97% 0.84% -
XYZ 27.94 14.45 3.6 -
YUV 72.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 213 6 43 0 0.97 0.80 0.16 349.28 0.95 0.43
Hex D5 6 2B 0 61 50 10 15D 5F 2B
Octal 325 6 53 0 141 120 20 535 137 53
Binary 11010101 110 101011 0 1100001 1010000 10000 101011101 1011111 101011

Color Harmonies of #D5062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5062B

Black with #D5062B

Text Example


Text Example

White with #D5062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5062B; }

 p { color: rgb(213,6,43); }

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

background-color css

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

 a { background-color: rgb(213,6,43); }

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

border-color css

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

 span { border-color: rgb(213,6,43); }

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