Html Css Color HEX #C3153A Cardinal

📋 copy color: '#C3153A'

red 195 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #C3153A

Tints of Cardinal #C3153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 71.17%
G = 7.66%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3153A (or 0xC3153A) is known color: Cardinal. HEX triplet: C3, 15 and 3A. RGB value is (195,21,58). Sum of RGB (Red+Green+Blue) = 195+21+58=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3153A is #3CEAC5. Grayscale: #4D4D4D. Windows color (decimal): -3992262 or 3806659. OLE color: 3806659.

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

Color convert

RGB 195 21 58 -
CMYK 0 0.89 0.70 0.24
HSL 347.24º 0.81% 0.42% -
HSV(B) 347.24º 0.89% 0.76% -
XYZ 23.54 12.44 5.16 -
YUV 77.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 195 21 58 0 0.89 0.70 0.24 347.24 0.81 0.42
Hex C3 15 3A 0 59 46 18 15B 51 2A
Octal 303 25 72 0 131 106 30 533 121 52
Binary 11000011 10101 111010 0 1011001 1000110 11000 101011011 1010001 101010

Color Harmonies of #C3153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3153A

Black with #C3153A

Text Example


Text Example

White with #C3153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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