Html Css Color HEX #C61230 Cardinal

📋 copy color: '#C61230'

red 198 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #C61230

Tints of Cardinal #C61230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 75%
G = 6.82%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C61230 (or 0xC61230) is known color: Cardinal. HEX triplet: C6, 12 and 30. RGB value is (198,18,48). Sum of RGB (Red+Green+Blue) = 198+18+48=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C61230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61230 is #39EDCF. Grayscale: #4B4B4B. Windows color (decimal): -3796432 or 3150534. OLE color: 3150534.

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

Color convert

RGB 198 18 48 -
CMYK 0 0.91 0.76 0.22
HSL 350º 0.83% 0.42% -
HSV(B) 350º 0.91% 0.78% -
XYZ 24.04 12.65 3.97 -
YUV 75.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 198 18 48 0 0.91 0.76 0.22 350 0.83 0.42
Hex C6 12 30 0 5B 4C 16 15E 53 2A
Octal 306 22 60 0 133 114 26 536 123 52
Binary 11000110 10010 110000 0 1011011 1001100 10110 101011110 1010011 101010

Color Harmonies of #C61230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61230

Black with #C61230

Text Example


Text Example

White with #C61230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61230; }

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

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

background-color css

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

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

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

border-color css

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

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

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