Html Css Color HEX #C12735 Cardinal

📋 copy color: '#C12735'

red 193 ◦ green 39 ◦ blue 53

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

Shades of Cardinal #C12735

Tints of Cardinal #C12735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 67.72%
G = 13.68%
B = 18.6%

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

#C12735 (or 0xC12735) is known color: Cardinal. HEX triplet: C1, 27 and 35. RGB value is (193,39,53). Sum of RGB (Red+Green+Blue) = 193+39+53=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C12735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12735 is #3ED8CA. Grayscale: #565656. Windows color (decimal): -4118731 or 3483585. OLE color: 3483585.

HSL color Cylindrical-coordinate representation of color #C12735: hue angle of 354.55º degrees, saturation: 0.66, 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 #C12735 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 53 -
CMYK 0 0.80 0.73 0.24
HSL 354.55º 0.66% 0.45% -
HSV(B) 354.55º 0.8% 0.76% -
XYZ 23.36 13.05 4.65 -
YUV 86.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 193 39 53 0 0.80 0.73 0.24 354.55 0.66 0.45
Hex C1 27 35 0 50 49 18 163 42 2D
Octal 301 47 65 0 120 111 30 543 102 55
Binary 11000001 100111 110101 0 1010000 1001001 11000 101100011 1000010 101101

Color Harmonies of #C12735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12735

Black with #C12735

Text Example


Text Example

White with #C12735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12735; }

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

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

background-color css

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

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

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

border-color css

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

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

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