Html Css Color HEX #C3133D Cardinal

📋 copy color: '#C3133D'

red 195 ◦ green 19 ◦ blue 61

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

Shades of Cardinal #C3133D

Tints of Cardinal #C3133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 70.91%
G = 6.91%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3133D (or 0xC3133D) is known color: Cardinal. HEX triplet: C3, 13 and 3D. RGB value is (195,19,61). Sum of RGB (Red+Green+Blue) = 195+19+61=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3133D is #3CECC2. Grayscale: #4C4C4C. Windows color (decimal): -3992771 or 4002755. OLE color: 4002755.

HSL color Cylindrical-coordinate representation of color #C3133D: hue angle of 345.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3133D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 61 -
CMYK 0 0.90 0.69 0.24
HSL 345.68º 0.82% 0.42% -
HSV(B) 345.68º 0.9% 0.76% -
XYZ 23.58 12.4 5.57 -
YUV 76.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 195 19 61 0 0.90 0.69 0.24 345.68 0.82 0.42
Hex C3 13 3D 0 5A 45 18 15A 52 2A
Octal 303 23 75 0 132 105 30 532 122 52
Binary 11000011 10011 111101 0 1011010 1000101 11000 101011010 1010010 101010

Color Harmonies of #C3133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3133D

Black with #C3133D

Text Example


Text Example

White with #C3133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3133D; }

 p { color: rgb(195,19,61); }

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

background-color css

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

 a { background-color: rgb(195,19,61); }

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

border-color css

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

 span { border-color: rgb(195,19,61); }

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