Html Css Color HEX #C31A2F Cardinal

📋 copy color: '#C31A2F'

red 195 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #C31A2F

Tints of Cardinal #C31A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 72.76%
G = 9.7%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C31A2F (or 0xC31A2F) is known color: Cardinal. HEX triplet: C3, 1A and 2F. RGB value is (195,26,47). Sum of RGB (Red+Green+Blue) = 195+26+47=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A2F is #3CE5D0. Grayscale: #4F4F4F. Windows color (decimal): -3990993 or 3087043. OLE color: 3087043.

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

Color convert

RGB 195 26 47 -
CMYK 0 0.87 0.76 0.24
HSL 352.54º 0.76% 0.43% -
HSV(B) 352.54º 0.87% 0.76% -
XYZ 23.39 12.55 3.88 -
YUV 78.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 195 26 47 0 0.87 0.76 0.24 352.54 0.76 0.43
Hex C3 1A 2F 0 57 4C 18 161 4C 2B
Octal 303 32 57 0 127 114 30 541 114 53
Binary 11000011 11010 101111 0 1010111 1001100 11000 101100001 1001100 101011

Color Harmonies of #C31A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A2F

Black with #C31A2F

Text Example


Text Example

White with #C31A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A2F; }

 p { color: rgb(195,26,47); }

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

background-color css

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

 a { background-color: rgb(195,26,47); }

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

border-color css

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

 span { border-color: rgb(195,26,47); }

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