Html Css Color HEX #C61330 Cardinal

📋 copy color: '#C61330'

red 198 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #C61330

Tints of Cardinal #C61330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 74.72%
G = 7.17%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C61330 (or 0xC61330) is known color: Cardinal. HEX triplet: C6, 13 and 30. RGB value is (198,19,48). Sum of RGB (Red+Green+Blue) = 198+19+48=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C61330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61330 is #39ECCF. Grayscale: #4B4B4B. Windows color (decimal): -3796176 or 3150790. OLE color: 3150790.

HSL color Cylindrical-coordinate representation of color #C61330: hue angle of 350.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61330 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 48 -
CMYK 0 0.90 0.76 0.22
HSL 350.28º 0.82% 0.43% -
HSV(B) 350.28º 0.9% 0.78% -
XYZ 24.06 12.68 3.98 -
YUV 75.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 198 19 48 0 0.90 0.76 0.22 350.28 0.82 0.43
Hex C6 13 30 0 5A 4C 16 15E 52 2B
Octal 306 23 60 0 132 114 26 536 122 53
Binary 11000110 10011 110000 0 1011010 1001100 10110 101011110 1010010 101011

Color Harmonies of #C61330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61330

Black with #C61330

Text Example


Text Example

White with #C61330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61330; }

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

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

background-color css

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

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

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

border-color css

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

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

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