Html Css Color HEX #D3233C Cardinal

📋 copy color: '#D3233C'

red 211 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #D3233C

Tints of Cardinal #D3233C

RGB

 RED value IS 211 (82.81% from 255) = 68.95%

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 68.95%
G = 11.44%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3233C (or 0xD3233C) is known color: Cardinal. HEX triplet: D3, 23 and 3C. RGB value is (211,35,60). Sum of RGB (Red+Green+Blue) = 211+35+60=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3233C is #2CDCC3. Grayscale: #5A5A5A. Windows color (decimal): -2940100 or 3941331. OLE color: 3941331.

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

Color convert

RGB 211 35 60 -
CMYK 0 0.83 0.72 0.17
HSL 351.48º 0.72% 0.48% -
HSV(B) 351.48º 0.83% 0.83% -
XYZ 28.28 15.38 5.75 -
YUV 90.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 211 35 60 0 0.83 0.72 0.17 351.48 0.72 0.48
Hex D3 23 3C 0 53 48 11 15F 48 30
Octal 323 43 74 0 123 110 21 537 110 60
Binary 11010011 100011 111100 0 1010011 1001000 10001 101011111 1001000 110000

Color Harmonies of #D3233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3233C

Black with #D3233C

Text Example


Text Example

White with #D3233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3233C; }

 p { color: rgb(211,35,60); }

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

background-color css

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

 a { background-color: rgb(211,35,60); }

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

border-color css

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

 span { border-color: rgb(211,35,60); }

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