Html Css Color HEX #C31C38 Cardinal

📋 copy color: '#C31C38'

red 195 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #C31C38

Tints of Cardinal #C31C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 69.89%
G = 10.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31C38 (or 0xC31C38) is known color: Cardinal. HEX triplet: C3, 1C and 38. RGB value is (195,28,56). Sum of RGB (Red+Green+Blue) = 195+28+56=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C38 is #3CE3C7. Grayscale: #515151. Windows color (decimal): -3990472 or 3677379. OLE color: 3677379.

HSL color Cylindrical-coordinate representation of color #C31C38: hue angle of 349.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C38 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 56 -
CMYK 0 0.86 0.71 0.24
HSL 349.94º 0.75% 0.44% -
HSV(B) 349.94º 0.86% 0.76% -
XYZ 23.63 12.72 4.95 -
YUV 81.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 195 28 56 0 0.86 0.71 0.24 349.94 0.75 0.44
Hex C3 1C 38 0 56 47 18 15E 4B 2C
Octal 303 34 70 0 126 107 30 536 113 54
Binary 11000011 11100 111000 0 1010110 1000111 11000 101011110 1001011 101100

Color Harmonies of #C31C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C38

Black with #C31C38

Text Example


Text Example

White with #C31C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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