Html Css Color HEX #C31338 Cardinal

📋 copy color: '#C31338'

red 195 ◦ green 19 ◦ blue 56

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

Shades of Cardinal #C31338

Tints of Cardinal #C31338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 72.22%
G = 7.04%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31338 (or 0xC31338) is known color: Cardinal. HEX triplet: C3, 13 and 38. RGB value is (195,19,56). Sum of RGB (Red+Green+Blue) = 195+19+56=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C31338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31338 is #3CECC7. Grayscale: #4B4B4B. Windows color (decimal): -3992776 or 3675075. OLE color: 3675075.

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

Color convert

RGB 195 19 56 -
CMYK 0 0.90 0.71 0.24
HSL 347.39º 0.82% 0.42% -
HSV(B) 347.39º 0.9% 0.76% -
XYZ 23.45 12.35 4.89 -
YUV 75.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 195 19 56 0 0.90 0.71 0.24 347.39 0.82 0.42
Hex C3 13 38 0 5A 47 18 15B 52 2A
Octal 303 23 70 0 132 107 30 533 122 52
Binary 11000011 10011 111000 0 1011010 1000111 11000 101011011 1010010 101010

Color Harmonies of #C31338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31338

Black with #C31338

Text Example


Text Example

White with #C31338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31338; }

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

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

background-color css

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

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

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

border-color css

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

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

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