Html Css Color HEX #D2243A Cardinal

📋 copy color: '#D2243A'

red 210 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #D2243A

Tints of Cardinal #D2243A

RGB

 RED value IS 210 (82.42% from 255) = 69.08%

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 69.08%
G = 11.84%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2243A (or 0xD2243A) is known color: Cardinal. HEX triplet: D2, 24 and 3A. RGB value is (210,36,58). Sum of RGB (Red+Green+Blue) = 210+36+58=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2243A is #2DDBC5. Grayscale: #5A5A5A. Windows color (decimal): -3005382 or 3810514. OLE color: 3810514.

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

Color convert

RGB 210 36 58 -
CMYK 0 0.83 0.72 0.18
HSL 352.41º 0.71% 0.48% -
HSV(B) 352.41º 0.83% 0.82% -
XYZ 27.97 15.27 5.48 -
YUV 90.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 210 36 58 0 0.83 0.72 0.18 352.41 0.71 0.48
Hex D2 24 3A 0 53 48 12 160 47 30
Octal 322 44 72 0 123 110 22 540 107 60
Binary 11010010 100100 111010 0 1010011 1001000 10010 101100000 1000111 110000

Color Harmonies of #D2243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2243A

Black with #D2243A

Text Example


Text Example

White with #D2243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2243A; }

 p { color: rgb(210,36,58); }

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

background-color css

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

 a { background-color: rgb(210,36,58); }

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

border-color css

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

 span { border-color: rgb(210,36,58); }

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