Html Css Color HEX #C3213A Cardinal

📋 copy color: '#C3213A'

red 195 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #C3213A

Tints of Cardinal #C3213A

RGB

 RED value IS 195 (76.56% from 255) = 68.18%

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 68.18%
G = 11.54%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3213A (or 0xC3213A) is known color: Cardinal. HEX triplet: C3, 21 and 3A. RGB value is (195,33,58). Sum of RGB (Red+Green+Blue) = 195+33+58=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C3213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3213A is #3CDEC5. Grayscale: #545454. Windows color (decimal): -3989190 or 3809731. OLE color: 3809731.

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

Color convert

RGB 195 33 58 -
CMYK 0 0.83 0.70 0.24
HSL 350.74º 0.71% 0.45% -
HSV(B) 350.74º 0.83% 0.76% -
XYZ 23.81 13 5.26 -
YUV 84.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 195 33 58 0 0.83 0.70 0.24 350.74 0.71 0.45
Hex C3 21 3A 0 53 46 18 15F 47 2D
Octal 303 41 72 0 123 106 30 537 107 55
Binary 11000011 100001 111010 0 1010011 1000110 11000 101011111 1000111 101101

Color Harmonies of #C3213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3213A

Black with #C3213A

Text Example


Text Example

White with #C3213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3213A; }

 p { color: rgb(195,33,58); }

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

background-color css

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

 a { background-color: rgb(195,33,58); }

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

border-color css

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

 span { border-color: rgb(195,33,58); }

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