Html Css Color HEX #C61F32 Cardinal

📋 copy color: '#C61F32'

red 198 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #C61F32

Tints of Cardinal #C61F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 70.97%
G = 11.11%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C61F32 (or 0xC61F32) is known color: Cardinal. HEX triplet: C6, 1F and 32. RGB value is (198,31,50). Sum of RGB (Red+Green+Blue) = 198+31+50=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61F32 is #39E0CD. Grayscale: #535353. Windows color (decimal): -3793102 or 3284934. OLE color: 3284934.

HSL color Cylindrical-coordinate representation of color #C61F32: hue angle of 353.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61F32 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 50 -
CMYK 0 0.84 0.75 0.22
HSL 353.17º 0.73% 0.45% -
HSV(B) 353.17º 0.84% 0.78% -
XYZ 24.35 13.22 4.28 -
YUV 83.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 198 31 50 0 0.84 0.75 0.22 353.17 0.73 0.45
Hex C6 1F 32 0 54 4B 16 161 49 2D
Octal 306 37 62 0 124 113 26 541 111 55
Binary 11000110 11111 110010 0 1010100 1001011 10110 101100001 1001001 101101

Color Harmonies of #C61F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F32

Black with #C61F32

Text Example


Text Example

White with #C61F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F32; }

 p { color: rgb(198,31,50); }

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

background-color css

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

 a { background-color: rgb(198,31,50); }

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

border-color css

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

 span { border-color: rgb(198,31,50); }

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