Html Css Color HEX #C1252D Cardinal

📋 copy color: '#C1252D'

red 193 ◦ green 37 ◦ blue 45

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

Shades of Cardinal #C1252D

Tints of Cardinal #C1252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 70.18%
G = 13.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1252D (or 0xC1252D) is known color: Cardinal. HEX triplet: C1, 25 and 2D. RGB value is (193,37,45). Sum of RGB (Red+Green+Blue) = 193+37+45=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1252D is #3EDAD2. Grayscale: #545454. Windows color (decimal): -4119251 or 2958785. OLE color: 2958785.

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

Color convert

RGB 193 37 45 -
CMYK 0 0.81 0.77 0.24
HSL 356.92º 0.68% 0.45% -
HSV(B) 356.92º 0.81% 0.76% -
XYZ 23.13 12.85 3.74 -
YUV 84.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 193 37 45 0 0.81 0.77 0.24 356.92 0.68 0.45
Hex C1 25 2D 0 51 4D 18 165 44 2D
Octal 301 45 55 0 121 115 30 545 104 55
Binary 11000001 100101 101101 0 1010001 1001101 11000 101100101 1000100 101101

Color Harmonies of #C1252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1252D

Black with #C1252D

Text Example


Text Example

White with #C1252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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