Html Css Color HEX #C3213D Cardinal

📋 copy color: '#C3213D'

red 195 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #C3213D

Tints of Cardinal #C3213D

RGB

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

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

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

R = 67.47%
G = 11.42%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3213D (or 0xC3213D) is known color: Cardinal. HEX triplet: C3, 21 and 3D. RGB value is (195,33,61). Sum of RGB (Red+Green+Blue) = 195+33+61=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3213D is #3CDEC2. Grayscale: #545454. Windows color (decimal): -3989187 or 4006339. OLE color: 4006339.

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

Color convert

RGB 195 33 61 -
CMYK 0 0.83 0.69 0.24
HSL 349.63º 0.71% 0.45% -
HSV(B) 349.63º 0.83% 0.76% -
XYZ 23.89 13.03 5.67 -
YUV 84.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 195 33 61 0 0.83 0.69 0.24 349.63 0.71 0.45
Hex C3 21 3D 0 53 45 18 15E 47 2D
Octal 303 41 75 0 123 105 30 536 107 55
Binary 11000011 100001 111101 0 1010011 1000101 11000 101011110 1000111 101101

Color Harmonies of #C3213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3213D

Black with #C3213D

Text Example


Text Example

White with #C3213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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