Html Css Color HEX #C12935 Cardinal

📋 copy color: '#C12935'

red 193 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #C12935

Tints of Cardinal #C12935

RGB

 RED value IS 193 (75.78% from 255) = 67.25%

 GREEN value IS 41 (16.41% from 255) = 14.29%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 67.25%
G = 14.29%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12935 (or 0xC12935) is known color: Cardinal. HEX triplet: C1, 29 and 35. RGB value is (193,41,53). Sum of RGB (Red+Green+Blue) = 193+41+53=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C12935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12935 is #3ED6CA. Grayscale: #575757. Windows color (decimal): -4118219 or 3484097. OLE color: 3484097.

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

Color convert

RGB 193 41 53 -
CMYK 0 0.79 0.73 0.24
HSL 355.26º 0.65% 0.46% -
HSV(B) 355.26º 0.79% 0.76% -
XYZ 23.43 13.18 4.68 -
YUV 87.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 193 41 53 0 0.79 0.73 0.24 355.26 0.65 0.46
Hex C1 29 35 0 4F 49 18 163 41 2E
Octal 301 51 65 0 117 111 30 543 101 56
Binary 11000001 101001 110101 0 1001111 1001001 11000 101100011 1000001 101110

Color Harmonies of #C12935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12935

Black with #C12935

Text Example


Text Example

White with #C12935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12935; }

 p { color: rgb(193,41,53); }

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

background-color css

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

 a { background-color: rgb(193,41,53); }

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

border-color css

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

 span { border-color: rgb(193,41,53); }

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