Html Css Color HEX #C31430 Cardinal

📋 copy color: '#C31430'

red 195 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #C31430

Tints of Cardinal #C31430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 74.14%
G = 7.6%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C31430 (or 0xC31430) is known color: Cardinal. HEX triplet: C3, 14 and 30. RGB value is (195,20,48). Sum of RGB (Red+Green+Blue) = 195+20+48=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C31430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31430 is #3CEBCF. Grayscale: #4B4B4B. Windows color (decimal): -3992528 or 3151043. OLE color: 3151043.

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

Color convert

RGB 195 20 48 -
CMYK 0 0.90 0.75 0.24
HSL 350.4º 0.81% 0.42% -
HSV(B) 350.4º 0.9% 0.76% -
XYZ 23.29 12.32 3.95 -
YUV 75.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 195 20 48 0 0.90 0.75 0.24 350.4 0.81 0.42
Hex C3 14 30 0 5A 4B 18 15E 51 2A
Octal 303 24 60 0 132 113 30 536 121 52
Binary 11000011 10100 110000 0 1011010 1001011 11000 101011110 1010001 101010

Color Harmonies of #C31430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31430

Black with #C31430

Text Example


Text Example

White with #C31430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31430; }

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

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

background-color css

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

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

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

border-color css

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

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

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