Html Css Color HEX #C12530 Cardinal

📋 copy color: '#C12530'

red 193 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #C12530

Tints of Cardinal #C12530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 69.42%
G = 13.31%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12530 (or 0xC12530) is known color: Cardinal. HEX triplet: C1, 25 and 30. RGB value is (193,37,48). Sum of RGB (Red+Green+Blue) = 193+37+48=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C12530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12530 is #3EDACF. Grayscale: #555555. Windows color (decimal): -4119248 or 3155393. OLE color: 3155393.

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

Color convert

RGB 193 37 48 -
CMYK 0 0.81 0.75 0.24
HSL 355.77º 0.68% 0.45% -
HSV(B) 355.77º 0.81% 0.76% -
XYZ 23.19 12.87 4.06 -
YUV 84.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 193 37 48 0 0.81 0.75 0.24 355.77 0.68 0.45
Hex C1 25 30 0 51 4B 18 164 44 2D
Octal 301 45 60 0 121 113 30 544 104 55
Binary 11000001 100101 110000 0 1010001 1001011 11000 101100100 1000100 101101

Color Harmonies of #C12530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12530

Black with #C12530

Text Example


Text Example

White with #C12530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12530; }

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

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

background-color css

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

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

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

border-color css

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

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

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