Html Css Color HEX #C1253E Cardinal

📋 copy color: '#C1253E'

red 193 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #C1253E

Tints of Cardinal #C1253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 66.1%
G = 12.67%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1253E (or 0xC1253E) is known color: Cardinal. HEX triplet: C1, 25 and 3E. RGB value is (193,37,62). Sum of RGB (Red+Green+Blue) = 193+37+62=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1253E is #3EDAC1. Grayscale: #565656. Windows color (decimal): -4119234 or 4072897. OLE color: 4072897.

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

Color convert

RGB 193 37 62 -
CMYK 0 0.81 0.68 0.24
HSL 350.38º 0.68% 0.45% -
HSV(B) 350.38º 0.81% 0.76% -
XYZ 23.52 13.01 5.83 -
YUV 86.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 193 37 62 0 0.81 0.68 0.24 350.38 0.68 0.45
Hex C1 25 3E 0 51 44 18 15E 44 2D
Octal 301 45 76 0 121 104 30 536 104 55
Binary 11000001 100101 111110 0 1010001 1000100 11000 101011110 1000100 101101

Color Harmonies of #C1253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1253E

Black with #C1253E

Text Example


Text Example

White with #C1253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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