Html Css Color HEX #C3212D Cardinal

📋 copy color: '#C3212D'

red 195 ◦ green 33 ◦ blue 45

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

Shades of Cardinal #C3212D

Tints of Cardinal #C3212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 71.43%
G = 12.09%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3212D (or 0xC3212D) is known color: Cardinal. HEX triplet: C3, 21 and 2D. RGB value is (195,33,45). Sum of RGB (Red+Green+Blue) = 195+33+45=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3212D is #3CDED2. Grayscale: #525252. Windows color (decimal): -3989203 or 2957763. OLE color: 2957763.

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

Color convert

RGB 195 33 45 -
CMYK 0 0.83 0.77 0.24
HSL 355.56º 0.71% 0.45% -
HSV(B) 355.56º 0.83% 0.76% -
XYZ 23.52 12.88 3.73 -
YUV 82.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 195 33 45 0 0.83 0.77 0.24 355.56 0.71 0.45
Hex C3 21 2D 0 53 4D 18 164 47 2D
Octal 303 41 55 0 123 115 30 544 107 55
Binary 11000011 100001 101101 0 1010011 1001101 11000 101100100 1000111 101101

Color Harmonies of #C3212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3212D

Black with #C3212D

Text Example


Text Example

White with #C3212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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