Html Css Color HEX #C12734 Cardinal

📋 copy color: '#C12734'

red 193 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #C12734

Tints of Cardinal #C12734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 67.96%
G = 13.73%
B = 18.31%

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

#C12734 (or 0xC12734) is known color: Cardinal. HEX triplet: C1, 27 and 34. RGB value is (193,39,52). Sum of RGB (Red+Green+Blue) = 193+39+52=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12734 is #3ED8CB. Grayscale: #565656. Windows color (decimal): -4118732 or 3418049. OLE color: 3418049.

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

Color convert

RGB 193 39 52 -
CMYK 0 0.80 0.73 0.24
HSL 354.94º 0.66% 0.45% -
HSV(B) 354.94º 0.8% 0.76% -
XYZ 23.34 13.04 4.54 -
YUV 86.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 193 39 52 0 0.80 0.73 0.24 354.94 0.66 0.45
Hex C1 27 34 0 50 49 18 163 42 2D
Octal 301 47 64 0 120 111 30 543 102 55
Binary 11000001 100111 110100 0 1010000 1001001 11000 101100011 1000010 101101

Color Harmonies of #C12734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12734

Black with #C12734

Text Example


Text Example

White with #C12734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12734; }

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

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

background-color css

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

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

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

border-color css

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

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

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