Html Css Color HEX #D1253A Cardinal

📋 copy color: '#D1253A'

red 209 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #D1253A

Tints of Cardinal #D1253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 68.75%
G = 12.17%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1253A (or 0xD1253A) is known color: Cardinal. HEX triplet: D1, 25 and 3A. RGB value is (209,37,58). Sum of RGB (Red+Green+Blue) = 209+37+58=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1253A is #2EDAC5. Grayscale: #5A5A5A. Windows color (decimal): -3070662 or 3810769. OLE color: 3810769.

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

Color convert

RGB 209 37 58 -
CMYK 0 0.82 0.72 0.18
HSL 352.67º 0.7% 0.48% -
HSV(B) 352.67º 0.82% 0.82% -
XYZ 27.72 15.18 5.47 -
YUV 90.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 209 37 58 0 0.82 0.72 0.18 352.67 0.7 0.48
Hex D1 25 3A 0 52 48 12 161 46 30
Octal 321 45 72 0 122 110 22 541 106 60
Binary 11010001 100101 111010 0 1010010 1001000 10010 101100001 1000110 110000

Color Harmonies of #D1253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1253A

Black with #D1253A

Text Example


Text Example

White with #D1253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1253A; }

 p { color: rgb(209,37,58); }

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

background-color css

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

 a { background-color: rgb(209,37,58); }

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

border-color css

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

 span { border-color: rgb(209,37,58); }

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