Html Css Color HEX #D4022B Crimson

📋 copy color: '#D4022B'

red 212 ◦ green 2 ◦ blue 43

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

Shades of Crimson #D4022B

Tints of Crimson #D4022B

RGB

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

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

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

R = 82.49%
G = 0.78%
B = 16.73%

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

#D4022B (or 0xD4022B) is known color: Crimson. HEX triplet: D4, 02 and 2B. RGB value is (212,2,43). Sum of RGB (Red+Green+Blue) = 212+2+43=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D4022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4022B is #2BFDD4. Grayscale: #454545. Windows color (decimal): -2883029 or 2818772. OLE color: 2818772.

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

Color convert

RGB 212 2 43 -
CMYK 0 0.99 0.80 0.17
HSL 348.29º 0.98% 0.42% -
HSV(B) 348.29º 0.99% 0.83% -
XYZ 27.61 14.21 3.57 -
YUV 69.46 113.07 229.67 -
System Red Green Blue C M Y K H S L
Decimal 212 2 43 0 0.99 0.80 0.17 348.29 0.98 0.42
Hex D4 2 2B 0 63 50 11 15C 62 2A
Octal 324 2 53 0 143 120 21 534 142 52
Binary 11010100 10 101011 0 1100011 1010000 10001 101011100 1100010 101010

Color Harmonies of #D4022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4022B

Black with #D4022B

Text Example


Text Example

White with #D4022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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