Html Css Color HEX #D1222F Cardinal

📋 copy color: '#D1222F'

red 209 ◦ green 34 ◦ blue 47

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

Shades of Cardinal #D1222F

Tints of Cardinal #D1222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 72.07%
G = 11.72%
B = 16.21%

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

#D1222F (or 0xD1222F) is known color: Cardinal. HEX triplet: D1, 22 and 2F. RGB value is (209,34,47). Sum of RGB (Red+Green+Blue) = 209+34+47=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1222F is #2EDDD0. Grayscale: #575757. Windows color (decimal): -3071441 or 3089105. OLE color: 3089105.

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

Color convert

RGB 209 34 47 -
CMYK 0 0.84 0.78 0.18
HSL 355.54º 0.72% 0.48% -
HSV(B) 355.54º 0.84% 0.82% -
XYZ 27.38 14.9 4.12 -
YUV 87.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 209 34 47 0 0.84 0.78 0.18 355.54 0.72 0.48
Hex D1 22 2F 0 54 4E 12 164 48 30
Octal 321 42 57 0 124 116 22 544 110 60
Binary 11010001 100010 101111 0 1010100 1001110 10010 101100100 1001000 110000

Color Harmonies of #D1222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1222F

Black with #D1222F

Text Example


Text Example

White with #D1222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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