Html Css Color HEX #C12233 Cardinal

📋 copy color: '#C12233'

red 193 ◦ green 34 ◦ blue 51

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

Shades of Cardinal #C12233

Tints of Cardinal #C12233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 69.42%
G = 12.23%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C12233 (or 0xC12233) is known color: Cardinal. HEX triplet: C1, 22 and 33. RGB value is (193,34,51). Sum of RGB (Red+Green+Blue) = 193+34+51=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C12233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12233 is #3EDDCC. Grayscale: #535353. Windows color (decimal): -4120013 or 3351233. OLE color: 3351233.

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

Color convert

RGB 193 34 51 -
CMYK 0 0.82 0.74 0.24
HSL 353.58º 0.7% 0.45% -
HSV(B) 353.58º 0.82% 0.76% -
XYZ 23.16 12.72 4.37 -
YUV 83.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 193 34 51 0 0.82 0.74 0.24 353.58 0.7 0.45
Hex C1 22 33 0 52 4A 18 162 46 2D
Octal 301 42 63 0 122 112 30 542 106 55
Binary 11000001 100010 110011 0 1010010 1001010 11000 101100010 1000110 101101

Color Harmonies of #C12233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12233

Black with #C12233

Text Example


Text Example

White with #C12233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12233; }

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

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

background-color css

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

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

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

border-color css

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

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

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