Html Css Color HEX #D1233D Cardinal

📋 copy color: '#D1233D'

red 209 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #D1233D

Tints of Cardinal #D1233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 68.52%
G = 11.48%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1233D (or 0xD1233D) is known color: Cardinal. HEX triplet: D1, 23 and 3D. RGB value is (209,35,61). Sum of RGB (Red+Green+Blue) = 209+35+61=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1233D is #2EDCC2. Grayscale: #5A5A5A. Windows color (decimal): -3071171 or 4006865. OLE color: 4006865.

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

Color convert

RGB 209 35 61 -
CMYK 0 0.83 0.71 0.18
HSL 351.03º 0.71% 0.48% -
HSV(B) 351.03º 0.83% 0.82% -
XYZ 27.74 15.09 5.87 -
YUV 89.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 209 35 61 0 0.83 0.71 0.18 351.03 0.71 0.48
Hex D1 23 3D 0 53 47 12 15F 47 30
Octal 321 43 75 0 123 107 22 537 107 60
Binary 11010001 100011 111101 0 1010011 1000111 10010 101011111 1000111 110000

Color Harmonies of #D1233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1233D

Black with #D1233D

Text Example


Text Example

White with #D1233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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