Html Css Color HEX #C1252E Cardinal

📋 copy color: '#C1252E'

red 193 ◦ green 37 ◦ blue 46

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

Shades of Cardinal #C1252E

Tints of Cardinal #C1252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 69.93%
G = 13.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1252E (or 0xC1252E) is known color: Cardinal. HEX triplet: C1, 25 and 2E. RGB value is (193,37,46). Sum of RGB (Red+Green+Blue) = 193+37+46=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1252E is #3EDAD1. Grayscale: #545454. Windows color (decimal): -4119250 or 3024321. OLE color: 3024321.

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

Color convert

RGB 193 37 46 -
CMYK 0 0.81 0.76 0.24
HSL 356.54º 0.68% 0.45% -
HSV(B) 356.54º 0.81% 0.76% -
XYZ 23.15 12.86 3.85 -
YUV 84.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 193 37 46 0 0.81 0.76 0.24 356.54 0.68 0.45
Hex C1 25 2E 0 51 4C 18 165 44 2D
Octal 301 45 56 0 121 114 30 545 104 55
Binary 11000001 100101 101110 0 1010001 1001100 11000 101100101 1000100 101101

Color Harmonies of #C1252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1252E

Black with #C1252E

Text Example


Text Example

White with #C1252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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