Html Css Color HEX #D1223B Cardinal

📋 copy color: '#D1223B'

red 209 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #D1223B

Tints of Cardinal #D1223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 69.21%
G = 11.26%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1223B (or 0xD1223B) is known color: Cardinal. HEX triplet: D1, 22 and 3B. RGB value is (209,34,59). Sum of RGB (Red+Green+Blue) = 209+34+59=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1223B is #2EDDC4. Grayscale: #595959. Windows color (decimal): -3071429 or 3875537. OLE color: 3875537.

HSL color Cylindrical-coordinate representation of color #D1223B: hue angle of 351.43º 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 #D1223B is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 34 59 -
CMYK 0 0.84 0.72 0.18
HSL 351.43º 0.72% 0.48% -
HSV(B) 351.43º 0.84% 0.82% -
XYZ 27.66 15.02 5.58 -
YUV 89.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 209 34 59 0 0.84 0.72 0.18 351.43 0.72 0.48
Hex D1 22 3B 0 54 48 12 15F 48 30
Octal 321 42 73 0 124 110 22 537 110 60
Binary 11010001 100010 111011 0 1010100 1001000 10010 101011111 1001000 110000

Color Harmonies of #D1223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1223B

Black with #D1223B

Text Example


Text Example

White with #D1223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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