Html Css Color HEX #C61238 Cardinal

📋 copy color: '#C61238'

red 198 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #C61238

Tints of Cardinal #C61238

RGB

 RED value IS 198 (77.73% from 255) = 72.79%

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 72.79%
G = 6.62%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C61238 (or 0xC61238) is known color: Cardinal. HEX triplet: C6, 12 and 38. RGB value is (198,18,56). Sum of RGB (Red+Green+Blue) = 198+18+56=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C61238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61238 is #39EDC7. Grayscale: #4C4C4C. Windows color (decimal): -3796424 or 3674822. OLE color: 3674822.

HSL color Cylindrical-coordinate representation of color #C61238: hue angle of 347.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61238 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 56 -
CMYK 0 0.91 0.72 0.22
HSL 347.33º 0.83% 0.42% -
HSV(B) 347.33º 0.91% 0.78% -
XYZ 24.22 12.72 4.92 -
YUV 76.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 198 18 56 0 0.91 0.72 0.22 347.33 0.83 0.42
Hex C6 12 38 0 5B 48 16 15B 53 2A
Octal 306 22 70 0 133 110 26 533 123 52
Binary 11000110 10010 111000 0 1011011 1001000 10110 101011011 1010011 101010

Color Harmonies of #C61238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61238

Black with #C61238

Text Example


Text Example

White with #C61238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61238; }

 p { color: rgb(198,18,56); }

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

background-color css

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

 a { background-color: rgb(198,18,56); }

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

border-color css

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

 span { border-color: rgb(198,18,56); }

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