Html Css Color HEX #C31440 Cardinal

📋 copy color: '#C31440'

red 195 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #C31440

Tints of Cardinal #C31440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 69.89%
G = 7.17%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31440 (or 0xC31440) is known color: Cardinal. HEX triplet: C3, 14 and 40. RGB value is (195,20,64). Sum of RGB (Red+Green+Blue) = 195+20+64=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C31440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31440 is #3CEBBF. Grayscale: #4D4D4D. Windows color (decimal): -3992512 or 4199619. OLE color: 4199619.

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

Color convert

RGB 195 20 64 -
CMYK 0 0.90 0.67 0.24
HSL 344.91º 0.81% 0.42% -
HSV(B) 344.91º 0.9% 0.76% -
XYZ 23.68 12.47 6.01 -
YUV 77.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 195 20 64 0 0.90 0.67 0.24 344.91 0.81 0.42
Hex C3 14 40 0 5A 43 18 159 51 2A
Octal 303 24 100 0 132 103 30 531 121 52
Binary 11000011 10100 1000000 0 1011010 1000011 11000 101011001 1010001 101010

Color Harmonies of #C31440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31440

Black with #C31440

Text Example


Text Example

White with #C31440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31440; }

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

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

background-color css

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

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

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

border-color css

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

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

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