Html Css Color HEX #C3153B Cardinal

📋 copy color: '#C3153B'

red 195 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #C3153B

Tints of Cardinal #C3153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 70.91%
G = 7.64%
B = 21.45%

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

#C3153B (or 0xC3153B) is known color: Cardinal. HEX triplet: C3, 15 and 3B. RGB value is (195,21,59). Sum of RGB (Red+Green+Blue) = 195+21+59=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3153B is #3CEAC4. Grayscale: #4D4D4D. Windows color (decimal): -3992261 or 3872195. OLE color: 3872195.

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

Color convert

RGB 195 21 59 -
CMYK 0 0.89 0.70 0.24
HSL 346.9º 0.81% 0.42% -
HSV(B) 346.9º 0.89% 0.76% -
XYZ 23.56 12.45 5.3 -
YUV 77.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 195 21 59 0 0.89 0.70 0.24 346.9 0.81 0.42
Hex C3 15 3B 0 59 46 18 15B 51 2A
Octal 303 25 73 0 131 106 30 533 121 52
Binary 11000011 10101 111011 0 1011001 1000110 11000 101011011 1010001 101010

Color Harmonies of #C3153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3153B

Black with #C3153B

Text Example


Text Example

White with #C3153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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