Html Css Color HEX #C31D45 Cardinal

📋 copy color: '#C31D45'

red 195 ◦ green 29 ◦ blue 69

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

Shades of Cardinal #C31D45

Tints of Cardinal #C31D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 66.55%
G = 9.9%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C31D45 (or 0xC31D45) is known color: Cardinal. HEX triplet: C3, 1D and 45. RGB value is (195,29,69). Sum of RGB (Red+Green+Blue) = 195+29+69=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D45 is #3CE2BA. Grayscale: #535353. Windows color (decimal): -3990203 or 4529603. OLE color: 4529603.

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

Color convert

RGB 195 29 69 -
CMYK 0 0.85 0.65 0.24
HSL 345.54º 0.74% 0.44% -
HSV(B) 345.54º 0.85% 0.76% -
XYZ 24.02 12.91 6.86 -
YUV 83.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 195 29 69 0 0.85 0.65 0.24 345.54 0.74 0.44
Hex C3 1D 45 0 55 41 18 15A 4A 2C
Octal 303 35 105 0 125 101 30 532 112 54
Binary 11000011 11101 1000101 0 1010101 1000001 11000 101011010 1001010 101100

Color Harmonies of #C31D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D45

Black with #C31D45

Text Example


Text Example

White with #C31D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D45; }

 p { color: rgb(195,29,69); }

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

background-color css

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

 a { background-color: rgb(195,29,69); }

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

border-color css

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

 span { border-color: rgb(195,29,69); }

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