Html Css Color HEX #C3144B Cardinal

📋 copy color: '#C3144B'

red 195 ◦ green 20 ◦ blue 75

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

Shades of Cardinal #C3144B

Tints of Cardinal #C3144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 67.24%
G = 6.9%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3144B (or 0xC3144B) is known color: Cardinal. HEX triplet: C3, 14 and 4B. RGB value is (195,20,75). Sum of RGB (Red+Green+Blue) = 195+20+75=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3144B is #3CEBB4. Grayscale: #4E4E4E. Windows color (decimal): -3992501 or 4920515. OLE color: 4920515.

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

Color convert

RGB 195 20 75 -
CMYK 0 0.90 0.62 0.24
HSL 341.14º 0.81% 0.42% -
HSV(B) 341.14º 0.9% 0.76% -
XYZ 24.03 12.61 7.82 -
YUV 78.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 195 20 75 0 0.90 0.62 0.24 341.14 0.81 0.42
Hex C3 14 4B 0 5A 3E 18 155 51 2A
Octal 303 24 113 0 132 76 30 525 121 52
Binary 11000011 10100 1001011 0 1011010 111110 11000 101010101 1010001 101010

Color Harmonies of #C3144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3144B

Black with #C3144B

Text Example


Text Example

White with #C3144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3144B; }

 p { color: rgb(195,20,75); }

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

background-color css

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

 a { background-color: rgb(195,20,75); }

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

border-color css

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

 span { border-color: rgb(195,20,75); }

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