Html Css Color HEX #C12635 Cardinal

📋 copy color: '#C12635'

red 193 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #C12635

Tints of Cardinal #C12635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 67.96%
G = 13.38%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12635 (or 0xC12635) is known color: Cardinal. HEX triplet: C1, 26 and 35. RGB value is (193,38,53). Sum of RGB (Red+Green+Blue) = 193+38+53=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12635 is #3ED9CA. Grayscale: #565656. Windows color (decimal): -4118987 or 3483329. OLE color: 3483329.

HSL color Cylindrical-coordinate representation of color #C12635: hue angle of 354.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12635 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 53 -
CMYK 0 0.80 0.73 0.24
HSL 354.19º 0.67% 0.45% -
HSV(B) 354.19º 0.8% 0.76% -
XYZ 23.33 12.98 4.64 -
YUV 86.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 193 38 53 0 0.80 0.73 0.24 354.19 0.67 0.45
Hex C1 26 35 0 50 49 18 162 43 2D
Octal 301 46 65 0 120 111 30 542 103 55
Binary 11000001 100110 110101 0 1010000 1001001 11000 101100010 1000011 101101

Color Harmonies of #C12635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12635

Black with #C12635

Text Example


Text Example

White with #C12635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12635; }

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

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

background-color css

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

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

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

border-color css

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

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

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