Html Css Color HEX #C31143 Cardinal

📋 copy color: '#C31143'

red 195 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #C31143

Tints of Cardinal #C31143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 69.89%
G = 6.09%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31143 (or 0xC31143) is known color: Cardinal. HEX triplet: C3, 11 and 43. RGB value is (195,17,67). Sum of RGB (Red+Green+Blue) = 195+17+67=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C31143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31143 is #3CEEBC. Grayscale: #4B4B4B. Windows color (decimal): -3993277 or 4395459. OLE color: 4395459.

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

Color convert

RGB 195 17 67 -
CMYK 0 0.91 0.66 0.24
HSL 343.15º 0.84% 0.42% -
HSV(B) 343.15º 0.91% 0.76% -
XYZ 23.72 12.41 6.46 -
YUV 75.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 195 17 67 0 0.91 0.66 0.24 343.15 0.84 0.42
Hex C3 11 43 0 5B 42 18 157 54 2A
Octal 303 21 103 0 133 102 30 527 124 52
Binary 11000011 10001 1000011 0 1011011 1000010 11000 101010111 1010100 101010

Color Harmonies of #C31143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31143

Black with #C31143

Text Example


Text Example

White with #C31143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31143; }

 p { color: rgb(195,17,67); }

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

background-color css

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

 a { background-color: rgb(195,17,67); }

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

border-color css

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

 span { border-color: rgb(195,17,67); }

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