Html Css Color HEX #C61335 Cardinal

📋 copy color: '#C61335'

red 198 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #C61335

Tints of Cardinal #C61335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 73.33%
G = 7.04%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C61335 (or 0xC61335) is known color: Cardinal. HEX triplet: C6, 13 and 35. RGB value is (198,19,53). Sum of RGB (Red+Green+Blue) = 198+19+53=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C61335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61335 is #39ECCA. Grayscale: #4C4C4C. Windows color (decimal): -3796171 or 3478470. OLE color: 3478470.

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

Color convert

RGB 198 19 53 -
CMYK 0 0.90 0.73 0.22
HSL 348.6º 0.82% 0.43% -
HSV(B) 348.6º 0.9% 0.78% -
XYZ 24.16 12.73 4.55 -
YUV 76.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 198 19 53 0 0.90 0.73 0.22 348.6 0.82 0.43
Hex C6 13 35 0 5A 49 16 15D 52 2B
Octal 306 23 65 0 132 111 26 535 122 53
Binary 11000110 10011 110101 0 1011010 1001001 10110 101011101 1010010 101011

Color Harmonies of #C61335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61335

Black with #C61335

Text Example


Text Example

White with #C61335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61335; }

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

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

background-color css

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

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

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

border-color css

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

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

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