Html Css Color HEX #D1233E Cardinal

📋 copy color: '#D1233E'

red 209 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #D1233E

Tints of Cardinal #D1233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 68.3%
G = 11.44%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1233E (or 0xD1233E) is known color: Cardinal. HEX triplet: D1, 23 and 3E. RGB value is (209,35,62). Sum of RGB (Red+Green+Blue) = 209+35+62=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1233E is #2EDCC1. Grayscale: #5A5A5A. Windows color (decimal): -3071170 or 4072401. OLE color: 4072401.

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

Color convert

RGB 209 35 62 -
CMYK 0 0.83 0.70 0.18
HSL 350.69º 0.71% 0.48% -
HSV(B) 350.69º 0.83% 0.82% -
XYZ 27.77 15.11 6.01 -
YUV 90.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 209 35 62 0 0.83 0.70 0.18 350.69 0.71 0.48
Hex D1 23 3E 0 53 46 12 15F 47 30
Octal 321 43 76 0 123 106 22 537 107 60
Binary 11010001 100011 111110 0 1010011 1000110 10010 101011111 1000111 110000

Color Harmonies of #D1233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1233E

Black with #D1233E

Text Example


Text Example

White with #D1233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1233E; }

 p { color: rgb(209,35,62); }

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

background-color css

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

 a { background-color: rgb(209,35,62); }

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

border-color css

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

 span { border-color: rgb(209,35,62); }

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