Html Css Color HEX #D1212F Cardinal

📋 copy color: '#D1212F'

red 209 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #D1212F

Tints of Cardinal #D1212F

RGB

 RED value IS 209 (82.03% from 255) = 72.32%

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 72.32%
G = 11.42%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1212F (or 0xD1212F) is known color: Cardinal. HEX triplet: D1, 21 and 2F. RGB value is (209,33,47). Sum of RGB (Red+Green+Blue) = 209+33+47=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1212F is #2EDED0. Grayscale: #575757. Windows color (decimal): -3071697 or 3088849. OLE color: 3088849.

HSL color Cylindrical-coordinate representation of color #D1212F: hue angle of 355.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1212F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 47 -
CMYK 0 0.84 0.78 0.18
HSL 355.23º 0.73% 0.47% -
HSV(B) 355.23º 0.84% 0.82% -
XYZ 27.35 14.85 4.11 -
YUV 87.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 209 33 47 0 0.84 0.78 0.18 355.23 0.73 0.47
Hex D1 21 2F 0 54 4E 12 163 49 2F
Octal 321 41 57 0 124 116 22 543 111 57
Binary 11010001 100001 101111 0 1010100 1001110 10010 101100011 1001001 101111

Color Harmonies of #D1212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1212F

Black with #D1212F

Text Example


Text Example

White with #D1212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1212F; }

 p { color: rgb(209,33,47); }

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

background-color css

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

 a { background-color: rgb(209,33,47); }

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

border-color css

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

 span { border-color: rgb(209,33,47); }

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