Html Css Color HEX #C31640 Cardinal

📋 copy color: '#C31640'

red 195 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #C31640

Tints of Cardinal #C31640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 69.4%
G = 7.83%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31640 (or 0xC31640) is known color: Cardinal. HEX triplet: C3, 16 and 40. RGB value is (195,22,64). Sum of RGB (Red+Green+Blue) = 195+22+64=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C31640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31640 is #3CE9BF. Grayscale: #4E4E4E. Windows color (decimal): -3992000 or 4200131. OLE color: 4200131.

HSL color Cylindrical-coordinate representation of color #C31640: hue angle of 345.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31640 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 64 -
CMYK 0 0.89 0.67 0.24
HSL 345.43º 0.8% 0.43% -
HSV(B) 345.43º 0.89% 0.76% -
XYZ 23.72 12.55 6.02 -
YUV 78.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 195 22 64 0 0.89 0.67 0.24 345.43 0.8 0.43
Hex C3 16 40 0 59 43 18 159 50 2B
Octal 303 26 100 0 131 103 30 531 120 53
Binary 11000011 10110 1000000 0 1011001 1000011 11000 101011001 1010000 101011

Color Harmonies of #C31640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31640

Black with #C31640

Text Example


Text Example

White with #C31640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31640; }

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

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

background-color css

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

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

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

border-color css

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

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

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