Html Css Color HEX #C12230 Cardinal

📋 copy color: '#C12230'

red 193 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #C12230

Tints of Cardinal #C12230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 70.18%
G = 12.36%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12230 (or 0xC12230) is known color: Cardinal. HEX triplet: C1, 22 and 30. RGB value is (193,34,48). Sum of RGB (Red+Green+Blue) = 193+34+48=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C12230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12230 is #3EDDCF. Grayscale: #535353. Windows color (decimal): -4120016 or 3154625. OLE color: 3154625.

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

Color convert

RGB 193 34 48 -
CMYK 0 0.82 0.75 0.24
HSL 354.72º 0.7% 0.45% -
HSV(B) 354.72º 0.82% 0.76% -
XYZ 23.1 12.69 4.03 -
YUV 83.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 193 34 48 0 0.82 0.75 0.24 354.72 0.7 0.45
Hex C1 22 30 0 52 4B 18 163 46 2D
Octal 301 42 60 0 122 113 30 543 106 55
Binary 11000001 100010 110000 0 1010010 1001011 11000 101100011 1000110 101101

Color Harmonies of #C12230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12230

Black with #C12230

Text Example


Text Example

White with #C12230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12230; }

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

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

background-color css

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

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

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

border-color css

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

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

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