Html Css Color HEX #C61A2E Cardinal

📋 copy color: '#C61A2E'

red 198 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #C61A2E

Tints of Cardinal #C61A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

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

R = 73.33%
G = 9.63%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C61A2E (or 0xC61A2E) is known color: Cardinal. HEX triplet: C6, 1A and 2E. RGB value is (198,26,46). Sum of RGB (Red+Green+Blue) = 198+26+46=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A2E is #39E5D1. Grayscale: #4F4F4F. Windows color (decimal): -3794386 or 3021510. OLE color: 3021510.

HSL color Cylindrical-coordinate representation of color #C61A2E: hue angle of 353.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A2E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 26 46 -
CMYK 0 0.87 0.77 0.22
HSL 353.02º 0.77% 0.44% -
HSV(B) 353.02º 0.87% 0.78% -
XYZ 24.15 12.94 3.81 -
YUV 79.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 198 26 46 0 0.87 0.77 0.22 353.02 0.77 0.44
Hex C6 1A 2E 0 57 4D 16 161 4D 2C
Octal 306 32 56 0 127 115 26 541 115 54
Binary 11000110 11010 101110 0 1010111 1001101 10110 101100001 1001101 101100

Color Harmonies of #C61A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A2E

Black with #C61A2E

Text Example


Text Example

White with #C61A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A2E; }

 p { color: rgb(198,26,46); }

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

background-color css

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

 a { background-color: rgb(198,26,46); }

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

border-color css

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

 span { border-color: rgb(198,26,46); }

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