Html Css Color HEX #C31B36 Cardinal

📋 copy color: '#C31B36'

red 195 ◦ green 27 ◦ blue 54

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

Shades of Cardinal #C31B36

Tints of Cardinal #C31B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 70.65%
G = 9.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C31B36 (or 0xC31B36) is known color: Cardinal. HEX triplet: C3, 1B and 36. RGB value is (195,27,54). Sum of RGB (Red+Green+Blue) = 195+27+54=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31B36 is #3CE4C9. Grayscale: #505050. Windows color (decimal): -3990730 or 3546051. OLE color: 3546051.

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

Color convert

RGB 195 27 54 -
CMYK 0 0.86 0.72 0.24
HSL 350.36º 0.76% 0.44% -
HSV(B) 350.36º 0.86% 0.76% -
XYZ 23.56 12.65 4.69 -
YUV 80.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 195 27 54 0 0.86 0.72 0.24 350.36 0.76 0.44
Hex C3 1B 36 0 56 48 18 15E 4C 2C
Octal 303 33 66 0 126 110 30 536 114 54
Binary 11000011 11011 110110 0 1010110 1001000 11000 101011110 1001100 101100

Color Harmonies of #C31B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B36

Black with #C31B36

Text Example


Text Example

White with #C31B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B36; }

 p { color: rgb(195,27,54); }

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

background-color css

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

 a { background-color: rgb(195,27,54); }

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

border-color css

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

 span { border-color: rgb(195,27,54); }

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