Html Css Color HEX #C1252B Cardinal

📋 copy color: '#C1252B'

red 193 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #C1252B

Tints of Cardinal #C1252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 70.7%
G = 13.55%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1252B (or 0xC1252B) is known color: Cardinal. HEX triplet: C1, 25 and 2B. RGB value is (193,37,43). Sum of RGB (Red+Green+Blue) = 193+37+43=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1252B is #3EDAD4. Grayscale: #545454. Windows color (decimal): -4119253 or 2827713. OLE color: 2827713.

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

Color convert

RGB 193 37 43 -
CMYK 0 0.81 0.78 0.24
HSL 357.69º 0.68% 0.45% -
HSV(B) 357.69º 0.81% 0.76% -
XYZ 23.09 12.84 3.55 -
YUV 84.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 193 37 43 0 0.81 0.78 0.24 357.69 0.68 0.45
Hex C1 25 2B 0 51 4E 18 166 44 2D
Octal 301 45 53 0 121 116 30 546 104 55
Binary 11000001 100101 101011 0 1010001 1001110 11000 101100110 1000100 101101

Color Harmonies of #C1252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1252B

Black with #C1252B

Text Example


Text Example

White with #C1252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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