Html Css Color HEX #C6233F Cardinal

📋 copy color: '#C6233F'

red 198 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #C6233F

Tints of Cardinal #C6233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 66.89%
G = 11.82%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6233F (or 0xC6233F) is known color: Cardinal. HEX triplet: C6, 23 and 3F. RGB value is (198,35,63). Sum of RGB (Red+Green+Blue) = 198+35+63=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6233F is #39DCC0. Grayscale: #565656. Windows color (decimal): -3792065 or 4137926. OLE color: 4137926.

HSL color Cylindrical-coordinate representation of color #C6233F: hue angle of 349.69º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6233F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 63 -
CMYK 0 0.82 0.68 0.22
HSL 349.69º 0.7% 0.46% -
HSV(B) 349.69º 0.82% 0.78% -
XYZ 24.79 13.57 6.01 -
YUV 86.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 198 35 63 0 0.82 0.68 0.22 349.69 0.7 0.46
Hex C6 23 3F 0 52 44 16 15E 46 2E
Octal 306 43 77 0 122 104 26 536 106 56
Binary 11000110 100011 111111 0 1010010 1000100 10110 101011110 1000110 101110

Color Harmonies of #C6233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6233F

Black with #C6233F

Text Example


Text Example

White with #C6233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6233F; }

 p { color: rgb(198,35,63); }

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

background-color css

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

 a { background-color: rgb(198,35,63); }

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

border-color css

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

 span { border-color: rgb(198,35,63); }

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