Html Css Color HEX #C6233B Cardinal

📋 copy color: '#C6233B'

red 198 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #C6233B

Tints of Cardinal #C6233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 67.81%
G = 11.99%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6233B (or 0xC6233B) is known color: Cardinal. HEX triplet: C6, 23 and 3B. RGB value is (198,35,59). Sum of RGB (Red+Green+Blue) = 198+35+59=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6233B is #39DCC4. Grayscale: #565656. Windows color (decimal): -3792069 or 3875782. OLE color: 3875782.

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

Color convert

RGB 198 35 59 -
CMYK 0 0.82 0.70 0.22
HSL 351.17º 0.7% 0.46% -
HSV(B) 351.17º 0.82% 0.78% -
XYZ 24.68 13.52 5.45 -
YUV 86.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 198 35 59 0 0.82 0.70 0.22 351.17 0.7 0.46
Hex C6 23 3B 0 52 46 16 15F 46 2E
Octal 306 43 73 0 122 106 26 537 106 56
Binary 11000110 100011 111011 0 1010010 1000110 10110 101011111 1000110 101110

Color Harmonies of #C6233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6233B

Black with #C6233B

Text Example


Text Example

White with #C6233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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