Html Css Color HEX #C3152C Cardinal

📋 copy color: '#C3152C'

red 195 ◦ green 21 ◦ blue 44

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

Shades of Cardinal #C3152C

Tints of Cardinal #C3152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 75%
G = 8.08%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3152C (or 0xC3152C) is known color: Cardinal. HEX triplet: C3, 15 and 2C. RGB value is (195,21,44). Sum of RGB (Red+Green+Blue) = 195+21+44=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3152C is #3CEAD3. Grayscale: #4B4B4B. Windows color (decimal): -3992276 or 2889155. OLE color: 2889155.

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

Color convert

RGB 195 21 44 -
CMYK 0 0.89 0.77 0.24
HSL 352.07º 0.81% 0.42% -
HSV(B) 352.07º 0.89% 0.76% -
XYZ 23.23 12.32 3.54 -
YUV 75.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 195 21 44 0 0.89 0.77 0.24 352.07 0.81 0.42
Hex C3 15 2C 0 59 4D 18 160 51 2A
Octal 303 25 54 0 131 115 30 540 121 52
Binary 11000011 10101 101100 0 1011001 1001101 11000 101100000 1010001 101010

Color Harmonies of #C3152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3152C

Black with #C3152C

Text Example


Text Example

White with #C3152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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