Html Css Color HEX #C31342 Cardinal

📋 copy color: '#C31342'

red 195 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #C31342

Tints of Cardinal #C31342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 69.64%
G = 6.79%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31342 (or 0xC31342) is known color: Cardinal. HEX triplet: C3, 13 and 42. RGB value is (195,19,66). Sum of RGB (Red+Green+Blue) = 195+19+66=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C31342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31342 is #3CECBD. Grayscale: #4C4C4C. Windows color (decimal): -3992766 or 4330435. OLE color: 4330435.

HSL color Cylindrical-coordinate representation of color #C31342: hue angle of 343.98º degrees, saturation: 0.82, 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 #C31342 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 66 -
CMYK 0 0.90 0.66 0.24
HSL 343.98º 0.82% 0.42% -
HSV(B) 343.98º 0.9% 0.76% -
XYZ 23.72 12.46 6.31 -
YUV 76.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 195 19 66 0 0.90 0.66 0.24 343.98 0.82 0.42
Hex C3 13 42 0 5A 42 18 158 52 2A
Octal 303 23 102 0 132 102 30 530 122 52
Binary 11000011 10011 1000010 0 1011010 1000010 11000 101011000 1010010 101010

Color Harmonies of #C31342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31342

Black with #C31342

Text Example


Text Example

White with #C31342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31342; }

 p { color: rgb(195,19,66); }

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

background-color css

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

 a { background-color: rgb(195,19,66); }

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

border-color css

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

 span { border-color: rgb(195,19,66); }

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