Html Css Color HEX #C12235 Cardinal

📋 copy color: '#C12235'

red 193 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #C12235

Tints of Cardinal #C12235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

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

R = 68.93%
G = 12.14%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12235 (or 0xC12235) is known color: Cardinal. HEX triplet: C1, 22 and 35. RGB value is (193,34,53). Sum of RGB (Red+Green+Blue) = 193+34+53=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C12235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12235 is #3EDDCA. Grayscale: #535353. Windows color (decimal): -4120011 or 3482305. OLE color: 3482305.

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

Color convert

RGB 193 34 53 -
CMYK 0 0.82 0.73 0.24
HSL 352.83º 0.7% 0.45% -
HSV(B) 352.83º 0.82% 0.76% -
XYZ 23.21 12.74 4.6 -
YUV 83.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 193 34 53 0 0.82 0.73 0.24 352.83 0.7 0.45
Hex C1 22 35 0 52 49 18 161 46 2D
Octal 301 42 65 0 122 111 30 541 106 55
Binary 11000001 100010 110101 0 1010010 1001001 11000 101100001 1000110 101101

Color Harmonies of #C12235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12235

Black with #C12235

Text Example


Text Example

White with #C12235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12235; }

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

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

background-color css

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

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

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

border-color css

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

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

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