Html Css Color HEX #C31C3E Cardinal

📋 copy color: '#C31C3E'

red 195 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #C31C3E

Tints of Cardinal #C31C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 68.42%
G = 9.82%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C31C3E (or 0xC31C3E) is known color: Cardinal. HEX triplet: C3, 1C and 3E. RGB value is (195,28,62). Sum of RGB (Red+Green+Blue) = 195+28+62=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C3E is #3CE3C1. Grayscale: #515151. Windows color (decimal): -3990466 or 4070595. OLE color: 4070595.

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

Color convert

RGB 195 28 62 -
CMYK 0 0.86 0.68 0.24
HSL 347.78º 0.75% 0.44% -
HSV(B) 347.78º 0.86% 0.76% -
XYZ 23.79 12.78 5.77 -
YUV 81.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 195 28 62 0 0.86 0.68 0.24 347.78 0.75 0.44
Hex C3 1C 3E 0 56 44 18 15C 4B 2C
Octal 303 34 76 0 126 104 30 534 113 54
Binary 11000011 11100 111110 0 1010110 1000100 11000 101011100 1001011 101100

Color Harmonies of #C31C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C3E

Black with #C31C3E

Text Example


Text Example

White with #C31C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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