Html Css Color HEX #D4032B Crimson

📋 copy color: '#D4032B'

red 212 ◦ green 3 ◦ blue 43

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

Shades of Crimson #D4032B

Tints of Crimson #D4032B

RGB

 RED value IS 212 (83.2% from 255) = 82.17%

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

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

R = 82.17%
G = 1.16%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4032B (or 0xD4032B) is known color: Crimson. HEX triplet: D4, 03 and 2B. RGB value is (212,3,43). Sum of RGB (Red+Green+Blue) = 212+3+43=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D4032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4032B is #2BFCD4. Grayscale: #464646. Windows color (decimal): -2882773 or 2819028. OLE color: 2819028.

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

Color convert

RGB 212 3 43 -
CMYK 0 0.99 0.80 0.17
HSL 348.52º 0.97% 0.42% -
HSV(B) 348.52º 0.99% 0.83% -
XYZ 27.62 14.24 3.58 -
YUV 70.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 212 3 43 0 0.99 0.80 0.17 348.52 0.97 0.42
Hex D4 3 2B 0 63 50 11 15D 61 2A
Octal 324 3 53 0 143 120 21 535 141 52
Binary 11010100 11 101011 0 1100011 1010000 10001 101011101 1100001 101010

Color Harmonies of #D4032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4032B

Black with #D4032B

Text Example


Text Example

White with #D4032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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