Html Css Color HEX #C31C39 Cardinal

📋 copy color: '#C31C39'

red 195 ◦ green 28 ◦ blue 57

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

Shades of Cardinal #C31C39

Tints of Cardinal #C31C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 69.64%
G = 10%
B = 20.36%

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

#C31C39 (or 0xC31C39) is known color: Cardinal. HEX triplet: C3, 1C and 39. RGB value is (195,28,57). Sum of RGB (Red+Green+Blue) = 195+28+57=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C39 is #3CE3C6. Grayscale: #515151. Windows color (decimal): -3990471 or 3742915. OLE color: 3742915.

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

Color convert

RGB 195 28 57 -
CMYK 0 0.86 0.71 0.24
HSL 349.58º 0.75% 0.44% -
HSV(B) 349.58º 0.86% 0.76% -
XYZ 23.66 12.73 5.08 -
YUV 81.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 195 28 57 0 0.86 0.71 0.24 349.58 0.75 0.44
Hex C3 1C 39 0 56 47 18 15E 4B 2C
Octal 303 34 71 0 126 107 30 536 113 54
Binary 11000011 11100 111001 0 1010110 1000111 11000 101011110 1001011 101100

Color Harmonies of #C31C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C39

Black with #C31C39

Text Example


Text Example

White with #C31C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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