Html Css Color HEX #C60230 Cardinal

📋 copy color: '#C60230'

red 198 ◦ green 2 ◦ blue 48

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

Shades of Cardinal #C60230

Tints of Cardinal #C60230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 79.84%
G = 0.81%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C60230 (or 0xC60230) is known color: Cardinal. HEX triplet: C6, 02 and 30. RGB value is (198,2,48). Sum of RGB (Red+Green+Blue) = 198+2+48=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C60230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60230 is #39FDCF. Grayscale: #414141. Windows color (decimal): -3800528 or 3146438. OLE color: 3146438.

HSL color Cylindrical-coordinate representation of color #C60230: hue angle of 345.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60230 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 48 -
CMYK 0 0.99 0.76 0.22
HSL 345.92º 0.98% 0.39% -
HSV(B) 345.92º 0.99% 0.78% -
XYZ 23.84 12.26 3.91 -
YUV 65.85 117.93 222.26 -
System Red Green Blue C M Y K H S L
Decimal 198 2 48 0 0.99 0.76 0.22 345.92 0.98 0.39
Hex C6 2 30 0 63 4C 16 15A 62 27
Octal 306 2 60 0 143 114 26 532 142 47
Binary 11000110 10 110000 0 1100011 1001100 10110 101011010 1100010 100111

Color Harmonies of #C60230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60230

Black with #C60230

Text Example


Text Example

White with #C60230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60230; }

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

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

background-color css

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

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

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

border-color css

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

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

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